Просмотр исходного кода

2009-03-12 Marek Habersack <[email protected]>

	* EditCommandColumnTest.cs: ignore two tests, most likely broken.

svn path=/trunk/mcs/; revision=129198
Marek Habersack 17 лет назад
Родитель
Сommit
29116a074f

+ 4 - 0
mcs/class/System.Web/Test/System.Web.UI.WebControls/ChangeLog

@@ -1,3 +1,7 @@
+2009-03-12  Marek Habersack  <[email protected]>
+
+	* EditCommandColumnTest.cs: ignore two tests, most likely broken.
+
 2009-02-10  Marek Habersack  <[email protected]>
 
 	* ImageButtonTest.cs: added test for bug #463939

+ 2 - 0
mcs/class/System.Web/Test/System.Web.UI.WebControls/EditCommandColumnTest.cs

@@ -400,6 +400,7 @@ namespace MonoTests.System.Web.UI.WebControls
 
 		[Test]
 		[Category ("NunitWeb")]
+		[Ignore ("Possibly incorrectly constructed test - conflicts with fix for bug #471305")]
 		public void Validation_ValidatingInvalid () {
 			WebTest t = new WebTest ();
 			PageDelegates pd = new PageDelegates ();
@@ -444,6 +445,7 @@ namespace MonoTests.System.Web.UI.WebControls
 
 		[Test]
 		[Category ("NunitWeb")]
+		[Ignore ("Possibly incorrectly constructed test - conflicts with fix for bug #471305")]
 		public void Validation_ValidationGroupIncluded () {
 			WebTest t = new WebTest ();
 			PageDelegates pd = new PageDelegates ();