Browse Source

2005-06-14 Sebastien Pouliot <[email protected]>

	* AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
	is now NotWorking.


svn path=/trunk/mcs/; revision=45973
Sebastien Pouliot 20 years ago
parent
commit
10716cdc21

+ 0 - 1
mcs/class/corlib/Test/System.Reflection/AssemblyNameCas.cs

@@ -121,7 +121,6 @@ namespace MonoCasTests.System.Reflection {
 		public void PartialTrust_PermitOnly_FileIOPermission ()
 		{
 			// call "normal" unit with reduced privileges
-			ant.Self ();
 			ant.FullName1 ();
 			ant.FullName2 ();
 			ant.FullName3 ();

+ 5 - 0
mcs/class/corlib/Test/System.Reflection/ChangeLog

@@ -1,3 +1,8 @@
+2005-06-14  Sebastien Pouliot  <[email protected]>
+
+	* AssemblyNameCas.cs: Removed execution of AssemblyNameTest.Self as it
+	is now NotWorking.
+
 2005-06-13  Sebastien Pouliot  <[email protected]> 
  
 	* AssemblyNameTest.cs: "Fixed" tests so they execute without errors on