2009-01-21 Mark Probst <mark.probst@gmail.com>
commit060d976f4c872e0dc97c9ba9928da9ea05beefe9
authorMark Probst <mark.probst@gmail.com>
Wed, 21 Jan 2009 10:47:36 +0000 (21 10:47 -0000)
committerMark Probst <mark.probst@gmail.com>
Wed, 21 Jan 2009 10:47:36 +0000 (21 10:47 -0000)
tree952145ad51dc16b266d73f8df022c9b744ad1012
parentb7fce89f1b7b5631512cae493ee2e0e3d8a0385d
2009-01-21  Mark Probst  <mark.probst@gmail.com>

* metadata.c (mono_metadata_generic_param_equal): Owner as well as
image must match.

2009-01-21  Mark Probst  <mark.probst@gmail.com>

* generic-unloading.2.cs, generic-unloading-sub.2.cs: Test case
for unloading images whose MonoGenericInst's are still in use.

* Makefile.am: Test added.

svn path=/trunk/mono/; revision=124022
mono/metadata/ChangeLog
mono/metadata/metadata.c
mono/tests/ChangeLog
mono/tests/Makefile.am
mono/tests/generic-unloading-sub.2.cs [new file with mode: 0644]
mono/tests/generic-unloading.2.cs [new file with mode: 0644]