[Managed.Windows.Forms] Fixed System.Resources tests that relied on DummyAssembly
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 17 Jun 2014 11:45:45 +0000 (13:45 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 17 Jun 2014 11:51:20 +0000 (13:51 +0200)
commit8fb625e06d688d6997a00fe279e0ca75969f7a11
treed90979497ba492f124207ec2d97617513c68b97c
parenteeb5fe56f76d729347a915e7591a54e0b32c5950
[Managed.Windows.Forms] Fixed System.Resources tests that relied on DummyAssembly

Several System.Resources tests rely on a DummyAssembly.dll, which was removed in 016b0b5170fca72b977f952ee817fe06e32890a9 (possibly by accident?).
This commit adds the assembly back.

Commit licensed under MIT/X11.
mcs/class/Managed.Windows.Forms/.gitignore [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Makefile
mcs/class/Managed.Windows.Forms/Test/DummyAssembly/AnotherSerializable.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Convertable.cs [new file with mode: 0644]
mcs/class/Managed.Windows.Forms/Test/DummyAssembly/Properties/AssemblyInfo.cs [new file with mode: 0644]