Skip to content

Commit

Permalink
2006-11-01 Igor Zelmanovich <igorz@mainsoft.com>
Browse files Browse the repository at this point in the history
	* MenuTest.cs: removed NotWorking attributes
			

svn path=/trunk/mcs/; revision=67220
  • Loading branch information
Igor Zelmanovich committed Nov 1, 2006
1 parent 71e6b1a commit 8e795e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions mcs/class/System.Web/Test/System.Web.UI.WebControls/ChangeLog
@@ -1,3 +1,7 @@
2006-11-01 Igor Zelmanovich <igorz@mainsoft.com>

* MenuTest.cs: removed NotWorking attributes

2006-11-01 Igor Zelmanovich <igorz@mainsoft.com>

* GridViewTest.cs: removed NotWorking attributes, fixed tests
Expand Down
Expand Up @@ -620,7 +620,6 @@ public void Menu_ViewState()
}

[Test]
[Category ("NotWorking")]
public void Menu_ViewStateNotWorking()
{
PokerMenu b = new PokerMenu ();
Expand Down Expand Up @@ -856,7 +855,6 @@ public void Menu_ViewStateNotWorking()

[Test]
[Category ("NunitWeb")]
[Category ("NotWorking")]
public void Menu_DefaultRender ()
{
string RenderedPageHtml = new WebTest (PageInvoker.CreateOnLoad (_DefaultRender)).Run ();
Expand Down Expand Up @@ -937,7 +935,6 @@ public static void _ItemsRender (Page p)

[Test]
[Category ("NunitWeb")]
[Category ("NotWorking")]
public void Menu_RenderStaticItems () {
string RenderedPageHtml, RenderedControlHtml, OriginControlHtml;
RenderedPageHtml = new WebTest (PageInvoker.CreateOnLoad (Menu_RenderStaticItems_Vertical)).Run ();
Expand Down Expand Up @@ -1353,7 +1350,6 @@ public void InstantiateIn (Control container)
}
}
[Test]
[Category ("NotWorking")]
public void MenuClass ()
{
#if DOT_NET
Expand All @@ -1373,7 +1369,6 @@ public void MenuClass ()

[Test]
[Category ("NunitWeb")]
[Category ("NotWorking")]
public void Menu_PostBack ()
{
#if DOT_NET
Expand Down

0 comments on commit 8e795e5

Please sign in to comment.