Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs')
-rw-r--r--mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs b/mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs
index 5a63ca4d12f..1912ef0f896 100644
--- a/mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs
+++ b/mcs/class/System.Web/Test/System.Web.UI.WebControls/TextBoxTest.cs
@@ -95,7 +95,6 @@ namespace MonoTests.System.Web.UI.WebControls {
}
[Test]
- [Category("NotWorking")]
public void Defaults_NotWorking ()
{
Poker p = new Poker ();
@@ -105,7 +104,6 @@ namespace MonoTests.System.Web.UI.WebControls {
}
[Test]
- [Category ("NotWorking")]
public void MultilineRenderEscape ()
{
Poker t = new Poker ();
@@ -160,7 +158,6 @@ namespace MonoTests.System.Web.UI.WebControls {
}
[Test]
- [Category ("NotWorking")]
public void ValidationRender ()
{
/* test to show that the validation settings
@@ -256,7 +253,6 @@ namespace MonoTests.System.Web.UI.WebControls {
[Test]
[Category ("NunitWeb")]
- [Category ("NotWorking")]
public void LoadPostData_Flow () //Just flow and not implementation detail
{
WebTest t = new WebTest (PageInvoker.CreateOnLoad (LoadPostData_Load));
@@ -302,7 +298,6 @@ namespace MonoTests.System.Web.UI.WebControls {
}
[Test]
- [Category ("NotWorking")]
[Category ("NunitWeb")]
public void LoadPostData ()
{
@@ -372,7 +367,6 @@ namespace MonoTests.System.Web.UI.WebControls {
}
[Test]
- [Category ("NotWorking")] // Not implemented
public void AutoCompleteType_Test ()
{
WebTest t = new WebTest ("NoEventValidation.aspx");