You've already forked linux-packaging-mono
Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
@ -20,7 +20,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
|
||||
}
|
||||
|
||||
#if NET_2_0
|
||||
public class BindTestDataItem
|
||||
{
|
||||
int data;
|
||||
@ -42,7 +41,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
return new List <BindTestDataItem> {new BindTestDataItem (0), new BindTestDataItem (1)};
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
[TestFixture]
|
||||
public class TemplateControlCompilerTest
|
||||
@ -62,7 +60,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
WebTest.CopyResource (GetType (), "DuplicateControlsInClientComment.aspx", "DuplicateControlsInClientComment.aspx");
|
||||
WebTest.CopyResource (GetType (), "TagsNestedInClientTag.aspx", "TagsNestedInClientTag.aspx");
|
||||
WebTest.CopyResource (GetType (), "ConditionalClientComments.aspx", "ConditionalClientComments.aspx");
|
||||
#if NET_2_0
|
||||
WebTest.CopyResource (GetType (), "InvalidPropertyBind1.aspx", "InvalidPropertyBind1.aspx");
|
||||
WebTest.CopyResource (GetType (), "InvalidPropertyBind2.aspx", "InvalidPropertyBind2.aspx");
|
||||
WebTest.CopyResource (GetType (), "InvalidPropertyBind3.aspx", "InvalidPropertyBind3.aspx");
|
||||
@ -83,7 +80,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
WebTest.CopyResource (GetType (), "NestedParserFileText.aspx", "NestedParserFileText.aspx");
|
||||
WebTest.CopyResource (GetType (), "TagWithExpressionWithinAttribute.aspx", "TagWithExpressionWithinAttribute.aspx");
|
||||
WebTest.CopyResource (GetType (), "EnumConverter_Bug578586.aspx", "EnumConverter_Bug578586.aspx");
|
||||
#endif
|
||||
}
|
||||
|
||||
[Test]
|
||||
@ -94,7 +90,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
new WebTest ("ReadOnlyPropertyBind.aspx").Run ();
|
||||
}
|
||||
|
||||
#if NET_2_0
|
||||
// Test for bug #449970
|
||||
[Test]
|
||||
public void MasterPageContentPlaceHolderInTemplate ()
|
||||
@ -272,7 +267,6 @@ namespace MonoTests.System.Web.Compilation {
|
||||
|
||||
HtmlDiff.AssertAreEqual (originalHtml, renderedHtml, "#A1");
|
||||
}
|
||||
#endif
|
||||
[Test (Description="Bug #323719")]
|
||||
public void TagsNestedInClientTag ()
|
||||
{
|
||||
|
Reference in New Issue
Block a user