Browse Source

2005-01-28 Sebastien Pouliot <[email protected]>

	* AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
	attribute as it wasn't required (and gives a compilation warning).


svn path=/trunk/mcs/; revision=39701
Sebastien Pouliot 21 years ago
parent
commit
e50266fbff

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

@@ -50,7 +50,6 @@ namespace MonoTests.System.Reflection {
 		}
 		
 		[Test]
-		[CLSCompliant (false)] // because we are using uint
 		public void AlgorithmIdTest()
 		{
 			AssertEquals ("#Testing AlgorithmId",

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

@@ -1,3 +1,8 @@
+2005-01-28  Sebastien Pouliot  <[email protected]>
+
+	* AssemblyAlgorithmIdAttributeTest.cs: Removed CLSCompliant(false) 
+	attribute as it wasn't required (and gives a compilation warning).
+
 2005-01-23  Nick Drochak  <[email protected]>
 
 	* ModuleTest.cs: Long path names gives Windows fits.