You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -88,19 +88,15 @@ namespace MonoTests.System.Web.UI.WebControls {
|
||||
public void Defaults ()
|
||||
{
|
||||
Poker p = new Poker ();
|
||||
#if NET_2_0
|
||||
Assert.AreEqual (string.Empty, p.ValidationGroup, "ValidationGroup");
|
||||
Assert.AreEqual (false, p.CausesValidation, "CausesValidation");
|
||||
#endif
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Defaults_NotWorking ()
|
||||
{
|
||||
Poker p = new Poker ();
|
||||
#if NET_2_0
|
||||
Assert.AreEqual (AutoCompleteType.None, p.AutoCompleteType, "AutoCompleteType");
|
||||
#endif
|
||||
}
|
||||
|
||||
[Test]
|
||||
@ -119,7 +115,6 @@ namespace MonoTests.System.Web.UI.WebControls {
|
||||
}
|
||||
|
||||
|
||||
#if NET_2_0
|
||||
[Test]
|
||||
public void ValidationProperties ()
|
||||
{
|
||||
@ -397,7 +392,6 @@ namespace MonoTests.System.Web.UI.WebControls {
|
||||
{
|
||||
WebTest.Unload ();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user