X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FAppDomainSetupTest.cs;h=121d1c45f10a88ceae0f80fdbbfe3575d7f7cb70;hb=85da43008ad6b2a1a03b84ba12d5f076f162f915;hp=2e4b6e59a834022f2675183428d671ee5329e4eb;hpb=72f22200ae0351ddbb3e3b12bf2979e36982cfe3;p=mono.git diff --git a/mcs/class/corlib/Test/System/AppDomainSetupTest.cs b/mcs/class/corlib/Test/System/AppDomainSetupTest.cs index 2e4b6e59a83..121d1c45f10 100644 --- a/mcs/class/corlib/Test/System/AppDomainSetupTest.cs +++ b/mcs/class/corlib/Test/System/AppDomainSetupTest.cs @@ -169,6 +169,7 @@ namespace MonoTests.System } } +#if MONO_FEATURE_MULTIPLE_APPDOMAINS [Test] #if MOBILE [Category ("NotWorking")] @@ -184,6 +185,7 @@ namespace MonoTests.System Assert.IsNotNull (data); Assert.IsTrue ((bool) data); } +#endif // MONO_FEATURE_MULTIPLE_APPDOMAINS static void AppDomainInitialized1 (string [] args) { @@ -199,6 +201,7 @@ namespace MonoTests.System { } +#if MONO_FEATURE_MULTIPLE_APPDOMAINS [Test] #if MOBILE [Category ("NotWorking")] @@ -211,5 +214,6 @@ namespace MonoTests.System s.AppDomainInitializer = InstanceInitializer; AppDomain.CreateDomain ("MyDomain", null, s); } +#endif // MONO_FEATURE_MULTIPLE_APPDOMAINS } }