Sfoglia il codice sorgente

2006-11-23 Igor Zelmanovich <[email protected]>

	* SiteMapPathTest.cs: two tests were removed as not relevant.


svn path=/trunk/mcs/; revision=68384
Igor Zelmanovich 19 anni fa
parent
commit
4ec7903750

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

@@ -1,3 +1,7 @@
+2006-11-23  Igor Zelmanovich   <[email protected]>
+
+	* SiteMapPathTest.cs: two tests were removed as not relevant.
+
 2006-11-23  Vladimir Krasnov  <[email protected]>
 
 	* added: ChangePasswordTest.cs, PasswordRecoveryTest.cs

+ 16 - 16
mcs/class/System.Web/Test/System.Web.UI.WebControls/SiteMapPathTest.cs

@@ -531,22 +531,22 @@ namespace MonoTests.System.Web.UI.WebControls
 			Assert.AreEqual (true, ItemCreated, "AfterItemCreated");
 		}
 
-		[Test]
-		[Category ("NotWorking")]  //throws System.IndexOutOfRangeException : Array index is out of range
-		[ExpectedException (typeof (ConfigurationErrorsException))]
-		public void SiteMapPath_CreateControlHierarchy ()
-		{
-			PokerSiteMapPath p = new PokerSiteMapPath ();
-			p.DoCreateControlHierarchy ();
-		}
-		[Test]
-		[Category ("NotWorking")]  //throws System.IndexOutOfRangeException : Array index is out of range
-		[ExpectedException (typeof (ConfigurationErrorsException))]
-		public void SiteMapPath_DataBindExeption ()
-		{
-			PokerSiteMapPath p = new PokerSiteMapPath ();
-			p.DataBind ();
-		}
+		//[Test]
+		//[Category ("NotWorking")]  //throws System.IndexOutOfRangeException : Array index is out of range
+		//[ExpectedException (typeof (ConfigurationErrorsException))]
+		//public void SiteMapPath_CreateControlHierarchy ()
+		//{
+		//    PokerSiteMapPath p = new PokerSiteMapPath ();
+		//    p.DoCreateControlHierarchy ();
+		//}
+		//[Test]
+		//[Category ("NotWorking")]  //throws System.IndexOutOfRangeException : Array index is out of range
+		//[ExpectedException (typeof (ConfigurationErrorsException))]
+		//public void SiteMapPath_DataBindExeption ()
+		//{
+		//    PokerSiteMapPath p = new PokerSiteMapPath ();
+		//    p.DataBind ();
+		//}
 		[TestFixtureTearDown]
 		public void TearDown ()
 		{