* ApplicationSettingsBaseTest.cs : NotWorking Providers(). svn path=/trunk/mcs/; revision=78298
@@ -355,6 +355,7 @@ namespace MonoTests.System.Configuration {
}
[Test]
+ [Category ("NotWorking")]
public void Providers ()
{
Assert.AreEqual (0, new TestSettings1 ().Providers.Count);
@@ -1,3 +1,7 @@
+2007-05-31 Atsushi Enomoto <[email protected]>
+
+ * ApplicationSettingsBaseTest.cs : NotWorking Providers().
2007-05-30 Atsushi Enomoto <[email protected]>
* SettingsBaseTest.cs : new test.