Browse Source

2007-05-31 Atsushi Enomoto <[email protected]>

	* ApplicationSettingsBaseTest.cs : NotWorking Providers().


svn path=/trunk/mcs/; revision=78298
Atsushi Eno 18 năm trước cách đây
mục cha
commit
7bd45eeed6

+ 1 - 0
mcs/class/System/Test/System.Configuration/ApplicationSettingsBaseTest.cs

@@ -355,6 +355,7 @@ namespace MonoTests.System.Configuration {
 		}
 
 		[Test]
+		[Category ("NotWorking")]
 		public void Providers ()
 		{
 			Assert.AreEqual (0, new TestSettings1 ().Providers.Count);

+ 4 - 0
mcs/class/System/Test/System.Configuration/ChangeLog

@@ -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.