You've already forked linux-packaging-mono
Imported Upstream version 3.10.0
Former-commit-id: 172c8e3c300b39d5785c7a3e8dfb08ebdbc1a99b
This commit is contained in:
@ -144,9 +144,6 @@ namespace MonoTests.System.Web.UI.WebControls
|
||||
|
||||
[Test]
|
||||
[Category ("NunitWeb")]
|
||||
#if TARGET_JVM
|
||||
[Ignore ("TD #7024")]
|
||||
#endif
|
||||
public void ActiveStepIndex () {
|
||||
new WebTest (PageInvoker.CreateOnLoad (ActiveStepIndex_Load)).Run ();
|
||||
}
|
||||
|
@ -205,9 +205,6 @@ namespace MonoTests.System.Web.UI.WebControls
|
||||
|
||||
[Test]
|
||||
[Category ("NunitWeb")]
|
||||
#if TARGET_JVM
|
||||
[Ignore ("TD #6665")]
|
||||
#endif
|
||||
public void DataBoundControl_DataBindFlow2 () {
|
||||
new WebTest (PageInvoker.CreateOnLoad (DataBoundControl_DataBindFlow2_Load)).Run ();
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
d1a26186f43fcc001526389f14658fb0eedf225e
|
||||
416a8b9a1d1948a44af1452c03bff06ca838852b
|
@ -135,9 +135,7 @@ namespace MonoTests.System.Web.UI.WebControls
|
||||
|
||||
[Test]
|
||||
[Category("NunitWeb")]
|
||||
#if !TARGET_JVM
|
||||
[Category("NotWorking")]
|
||||
#endif
|
||||
public void SessionParameter_Evaluate()
|
||||
{
|
||||
SessionParameterPoker sessionParam = new SessionParameterPoker("employee",TypeCode.String ,"id") ;
|
||||
|
@ -38,9 +38,6 @@ using NUnit.Framework;
|
||||
|
||||
namespace MonoTests.System.Web.UI.WebControls {
|
||||
|
||||
#if TARGET_JVM
|
||||
[vmw.common.ChangeInterfaceMethodNames]
|
||||
#endif
|
||||
public interface ITableRowTest {
|
||||
|
||||
// testing
|
||||
|
@ -409,9 +409,6 @@ namespace MonoTests.System.Web.UI.WebControls
|
||||
|
||||
[Test]
|
||||
[Category ("NunitWeb")]
|
||||
#if TARGET_JVM
|
||||
[Category ("NotWorking")] // File watcher is not supported
|
||||
#endif
|
||||
public void Save ()
|
||||
{
|
||||
string origin = @"<div>
|
||||
|
Reference in New Issue
Block a user