Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs b/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs
index 2cc6390cffb..2384a5e0b11 100644
--- a/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs
+++ b/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs
@@ -6,11 +6,11 @@ using System.Text;
namespace MonoTests.W3C_xmlconf {
using NUnit.Core;
- using NUnit.Framework;
-
+ using NUnit.Framework;
+
public abstract class BaseTests
{
- TestSuite _suite;
+ TestSuite _suite;
#region test list fields
protected readonly ArrayList ignoredTests = new ArrayList ();
@@ -93,9 +93,9 @@ namespace MonoTests.W3C_xmlconf {
: base (suite)
{
}
- }
-
- public class CleanTests : BaseTests
+ }
+
+ public class CleanTests : BaseTests
{
[Suite]
static public TestSuite Suite{
@@ -119,9 +119,9 @@ namespace MonoTests.W3C_xmlconf {
base.ProcessTest (testId, test);
}
- }
-
- public class KnownFailureTests : BaseTests
+ }
+
+ public class KnownFailureTests : BaseTests
{
[Suite]
static public TestSuite Suite{
@@ -149,8 +149,8 @@ namespace MonoTests.W3C_xmlconf {
base.ProcessTest (testId, test);
}
- }
-
+ }
+
public class TestFromCatalog : NUnit.Core.TestCase
{
XmlElement _test;