run xml standalone tests on GH 2.0
[mono.git] / mcs / class / System.XML / Test / System.Xml / W3C / xmlconf.cs
index 1f14e97466a6094d9bac636403786f6cc6c3af1e..2cc6390cffb3fbf3eeeabf1459ff37ada8ccd97a 100644 (file)
@@ -6,12 +6,11 @@ using System.Text;
 
 namespace MonoTests.W3C_xmlconf {
        using NUnit.Core;
-       using NUnit.Framework;
-
-       abstract class BaseTests
+       using NUnit.Framework;\r
+\r
+       public abstract class BaseTests
        {
-               TestSuite _suite;
-
+               TestSuite _suite;\r
 
                #region test list fields
                protected readonly ArrayList ignoredTests = new ArrayList ();
@@ -78,7 +77,7 @@ namespace MonoTests.W3C_xmlconf {
                }
        }
 
-       class AllTests: BaseTests
+       public class AllTests: BaseTests
        {
                [Suite]
                static public TestSuite Suite{
@@ -94,9 +93,10 @@ namespace MonoTests.W3C_xmlconf {
                        : base (suite)
                {
                }
-       }
-
-       class CleanTests: BaseTests {
+       }\r
+\r
+       public class CleanTests : BaseTests\r
+       {
                [Suite]
                static public TestSuite Suite{
                        get {
@@ -119,9 +119,10 @@ namespace MonoTests.W3C_xmlconf {
 
                        base.ProcessTest (testId, test);
                }
-       }
-
-       class KnownFailureTests: BaseTests {
+       }\r
+\r
+       public class KnownFailureTests : BaseTests\r
+       {
                [Suite]
                static public TestSuite Suite{
                        get {
@@ -148,9 +149,9 @@ namespace MonoTests.W3C_xmlconf {
 
                        base.ProcessTest (testId, test);
                }
-       }
-
-       class TestFromCatalog: NUnit.Core.TestCase
+       }\r
+\r
+       public class TestFromCatalog : NUnit.Core.TestCase
        {
                XmlElement _test;
                string _errorString;