|
|
@@ -61,15 +61,15 @@ namespace MonoTests.System.Xml
|
|
|
col.Add (schema2);
|
|
|
}
|
|
|
|
|
|
- [Test]
|
|
|
- public void TestAddDoesCompilation ()
|
|
|
- {
|
|
|
- XmlSchema schema = new XmlSchema ();
|
|
|
- Assert (!schema.IsCompiled);
|
|
|
- XmlSchemaCollection col = new XmlSchemaCollection ();
|
|
|
- col.Add (schema);
|
|
|
- Assert (schema.IsCompiled);
|
|
|
- }
|
|
|
+ [Test]
|
|
|
+ public void TestAddDoesCompilation ()
|
|
|
+ {
|
|
|
+ XmlSchema schema = new XmlSchema ();
|
|
|
+ Assert (!schema.IsCompiled);
|
|
|
+ XmlSchemaCollection col = new XmlSchemaCollection ();
|
|
|
+ col.Add (schema);
|
|
|
+ Assert (schema.IsCompiled);
|
|
|
+ }
|
|
|
|
|
|
[Test] // bug #75126
|
|
|
public void TestGetEnumerator ()
|