2005-03-14 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 14 Mar 2005 16:36:07 +0000 (16:36 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 14 Mar 2005 16:36:07 +0000 (16:36 -0000)
commit84be273aaeeec4c3dd256774cbf4fcd9b5354717
tree3f46d805e1db592baa111c9342c8d75a9459f8a0
parent6cc669610397bca45e16fee3d34bab1afb474395
2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>

* icall1.cs: Fixed test to work on NET_2_0. We're now accepting the
2.0 behaviour when dealing with icalls (as we do not keep their
pblic status in the runtime).
* icall2.cs: Fixed test to work on NET_2_0 as the icall has changed
it's return value from bool to void.
* Makefile: Allow to build the tests with either NET_1_1 or NET_2_0.

svn path=/trunk/mono/; revision=41800
mono/tests/cas/linkdemand/ChangeLog
mono/tests/cas/linkdemand/Makefile
mono/tests/cas/linkdemand/icall1.cs
mono/tests/cas/linkdemand/icall2.cs