X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FAppDomainSetupTest.cs;fp=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FAppDomainSetupTest.cs;h=b27b6d0381ab27d71cbd9a6ab9f7b07204828598;hb=30c28c41d7859b7de6ecd7afb652468517048d12;hp=60a9a3bf2bb018db143781cf72a16a2e5053e3d6;hpb=0ea41d6afbeda9304c8257560e165740be2d4027;p=mono.git diff --git a/mcs/class/corlib/Test/System/AppDomainSetupTest.cs b/mcs/class/corlib/Test/System/AppDomainSetupTest.cs index 60a9a3bf2bb..b27b6d0381a 100644 --- a/mcs/class/corlib/Test/System/AppDomainSetupTest.cs +++ b/mcs/class/corlib/Test/System/AppDomainSetupTest.cs @@ -33,6 +33,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ConfigurationFile_Relative_ApplicationBase () { string fileName = "blar.config"; @@ -54,6 +55,7 @@ namespace MonoTests.System [Test] [ExpectedException (typeof (MemberAccessException))] // The ApplicationBase must be set before retrieving this property + [Category ("TargetJvmNotWorking")] public void ConfigurationFile_Relative_NoApplicationBase () { AppDomainSetup setup = new AppDomainSetup(); @@ -74,6 +76,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase1 () { string expected_path = tmpPath.Replace(@"\", @"/"); @@ -101,6 +104,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase2 () { AppDomainSetup setup = new AppDomainSetup (); @@ -109,6 +113,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase3 () { AppDomainSetup setup = new AppDomainSetup (); @@ -118,6 +123,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase4 () { AppDomainSetup setup = new AppDomainSetup (); @@ -145,6 +151,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase5 () { // This is failing because of (probably) a windows-ism, so don't worry @@ -173,6 +180,7 @@ namespace MonoTests.System } [Test] + [Category ("TargetJvmNotWorking")] public void ApplicationBase6 () { AppDomainSetup setup = new AppDomainSetup ();