X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Ftests%2Fcross-domain.cs;h=9e340acdb2f964fd0eb7ad9d6e17bb511575a952;hb=f8a969aae9cce2ca78795dd29e97f347d129a82b;hp=9632676d518c7e3f09e9275b12fd4ba05264bb22;hpb=2007998771b1c4d9e762943676d7959daaf74385;p=mono.git diff --git a/mono/tests/cross-domain.cs b/mono/tests/cross-domain.cs index 9632676d518..9e340acdb2f 100644 --- a/mono/tests/cross-domain.cs +++ b/mono/tests/cross-domain.cs @@ -13,7 +13,7 @@ public class Test: MarshalByRefObject Test server = (Test) domain.CreateInstanceAndUnwrap(typeof(Test).Assembly.FullName, "Test"); return server.RunTest (); } - + public int RunTest () { try @@ -58,13 +58,22 @@ public class Test: MarshalByRefObject ba [n] = n; server.Run8 (ba); - + for (int n=0; n