You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -374,9 +374,6 @@ namespace MonoTests.System.Drawing.Printing {
|
||||
}
|
||||
|
||||
[Test]
|
||||
#if !NET_2_0
|
||||
[ExpectedException (typeof (ArgumentException))]
|
||||
#endif
|
||||
public void FromXml_WrongClass ()
|
||||
{
|
||||
PrintingPermission pp = new PrintingPermission (PermissionState.None);
|
||||
@ -416,9 +413,6 @@ namespace MonoTests.System.Drawing.Printing {
|
||||
}
|
||||
|
||||
[Test]
|
||||
#if !NET_2_0
|
||||
[ExpectedException (typeof (ArgumentException))]
|
||||
#endif
|
||||
public void FromXml_NoVersion ()
|
||||
{
|
||||
PrintingPermission pp = new PrintingPermission (PermissionState.None);
|
||||
@ -463,7 +457,6 @@ namespace MonoTests.System.Drawing.Printing {
|
||||
Unification (String.Format (PermissionPattern, fx20version));
|
||||
}
|
||||
|
||||
#if NET_2_0
|
||||
[Test]
|
||||
[Category ("NotWorking")]
|
||||
[ExpectedException (typeof (FileLoadException))]
|
||||
@ -471,12 +464,5 @@ namespace MonoTests.System.Drawing.Printing {
|
||||
{
|
||||
Type.GetType (String.Format (PermissionPattern, "9.99.999.9999"));
|
||||
}
|
||||
#else
|
||||
[Test]
|
||||
public void Unification_FromFx99 ()
|
||||
{
|
||||
Unification (String.Format (PermissionPattern, "9.99.999.9999"));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user