Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@ -86,7 +86,6 @@ namespace MonoTests.System.Web.UI.WebControls
Assert.AreEqual (f1.Unit.IsEmpty, true, "A11");
}
#if NET_2_0
[Test]
public void FontUnitConstructors6 ()
{
@ -104,7 +103,6 @@ namespace MonoTests.System.Web.UI.WebControls
Assert.AreEqual (f1.Unit.Type, UnitType.Percentage, "A17");
Assert.AreEqual (f1.Unit.Value, 5.0, "A18");
}
#endif
[Test]
public void FontUnitConstructors_Em ()
@ -312,7 +310,6 @@ namespace MonoTests.System.Web.UI.WebControls
new FontUnit ("NotSet");
}
#if NET_2_0
class MyFormatProvider : IFormatProvider
{
public object GetFormat (Type format_type)
@ -366,6 +363,5 @@ namespace MonoTests.System.Web.UI.WebControls
f1 = new FontUnit (5.0, UnitType.Percentage);
Assert.AreEqual ("5%", f1.ToString (mfp), "T7");
}
#endif
}
}