浏览代码

2002/06/14 Nick Drochak <[email protected]>

	* AllTests.cs: Disable ResourceReaderTest for now.  The class is not
	ready yet.

svn path=/trunk/mcs/; revision=5274
Nick Drochak 23 年之前
父节点
当前提交
fbd0afaee0

+ 2 - 1
mcs/class/corlib/Test/System.Resources/AllTests.cs

@@ -19,7 +19,8 @@ namespace MonoTests.System.Resources {
                         get 
                         {
                                 TestSuite suite =  new TestSuite();
-                                suite.AddTest(ResourceReaderTest.Suite);
+//FIXME: ResourceReader is not ready yet.
+//                                suite.AddTest(ResourceReaderTest.Suite);
                                 return suite;
                         }
                 }

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

@@ -1,3 +1,8 @@
+2002/06/14  Nick Drochak <[email protected]>
+
+	* AllTests.cs: Disable ResourceReaderTest for now.  The class is not
+	ready yet.
+
 2002-05-22  Nick Drochak  <[email protected]>
 
 	* ResourceReaderTest.cs: Fix path name to resource files (again).