You've already forked linux-packaging-mono
Imported Upstream version 3.10.0
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
This commit is contained in:
@ -29,7 +29,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ConfigurationFile_Relative_ApplicationBase ()
|
||||
{
|
||||
string fileName = "blar.config";
|
||||
@ -51,7 +50,6 @@ 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();
|
||||
@ -72,7 +70,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase1 ()
|
||||
{
|
||||
string expected_path = tmpPath.Replace(@"\", @"/");
|
||||
@ -96,7 +93,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase2 ()
|
||||
{
|
||||
AppDomainSetup setup = new AppDomainSetup ();
|
||||
@ -105,7 +101,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase3 ()
|
||||
{
|
||||
AppDomainSetup setup = new AppDomainSetup ();
|
||||
@ -115,7 +110,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase4 ()
|
||||
{
|
||||
AppDomainSetup setup = new AppDomainSetup ();
|
||||
@ -134,7 +128,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase5 ()
|
||||
{
|
||||
// This is failing because of (probably) a windows-ism, so don't worry
|
||||
@ -154,7 +147,6 @@ namespace MonoTests.System
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("TargetJvmNotWorking")]
|
||||
public void ApplicationBase6 ()
|
||||
{
|
||||
AppDomainSetup setup = new AppDomainSetup ();
|
||||
|
Reference in New Issue
Block a user