[tests] Strict assembly loading of two version of the same assm should work.
commit87714d8a4516623673d224b6ba4aced1a78391f6
authorAleksey Kliger <aleksey@xamarin.com>
Tue, 13 Jun 2017 22:30:50 +0000 (13 18:30 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Tue, 13 Jun 2017 23:07:51 +0000 (13 19:07 -0400)
tree49c1c2f5a50258f1953c7115ea09644b87d07df7
parent258efac3c609274683a35e3f60e1934402be6c22
[tests] Strict assembly loading of two version of the same assm should work.

In particular, we should be able to use classes/methods that are unique to each
version.  We should not get only one version loaded.
mono/tests/testing_gac/Makefile.am
mono/tests/testing_gac/app-both.cs [new file with mode: 0644]
mono/tests/testing_gac/v1/gactestlib.cs
mono/tests/testing_gac/v2/gactestlib.cs