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

@@ -26,7 +26,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using System;
using System.Web;
using System.Web.Compilation;
@@ -58,4 +57,3 @@ namespace MonoTests.System.Web.Compilation
}
}
}
#endif

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using NUnit.Framework;
using System;
@@ -237,4 +236,3 @@ namespace MonoTests.System.Web.Compilation
}
}
}
#endif

View File

@@ -27,7 +27,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using NUnit.Framework;
@@ -55,4 +54,3 @@ namespace MonoTests.System.Web.Compilation {
}
#endif

View File

@@ -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 ()
{