2004-06-14 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 15 Jun 2004 01:28:15 +0000 (01:28 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 15 Jun 2004 01:28:15 +0000 (01:28 -0000)
* EnumBuilderTest.cs: Fixed typos so the test is reported in
alphabetical order by NUnit.

svn path=/trunk/mcs/; revision=29561

mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog
mcs/class/corlib/Test/System.Reflection.Emit/EnumBuilderTest.cs

index 4a11b54c55299c08c66c57c53a406f3188a23790..9c453ee84d0ec0afeb946f80b07687f6ab73c57a 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EnumBuilderTest.cs: Fixed typos so the test is reported in 
+       alphabetical order by NUnit.
+
 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
 
        * TypeBuilderTest.cs: Added tests for completed/created type
index a201929554119f4f821e7dabeed2edb78209cc71..69fca6be4a0a1ac14885ce65d7bcc82abf5f57c9 100644 (file)
@@ -17,9 +17,9 @@ using System.Threading;
 
 using NUnit.Framework;
 
-namespace MonoTest.System.Reflection.Emit {
+namespace MonoTests.System.Reflection.Emit {
        [TestFixture]
-       public class EnumBuiderTest : Assertion {
+       public class EnumBuilderTest : Assertion {
                private static string _assemblyName = "MonoTests.System.Reflection.Emit.EnumBuilder";
                private static string _moduleName = "EmittedModule";
                private static string _enumNamespace = "MyNameSpace";