Remove fixed testcases from fixme.lst and knownFailures.lst; ignore one testcase...
[mono.git] / mcs / class / System.XML / Test / System.Xml / XsdValidatingReaderTests.cs
index c5bfa6124058e5405d0b478a0920ceeca26b3a54..c989eb62a410f8191724c21eb57b27b2782cc9a3 100644 (file)
@@ -62,7 +62,7 @@ namespace MonoTests.System.Xml
                        xvr.Schemas.Add (schema);\r
                        try {\r
                                xvr.Read ();\r
-                               Fail ();\r
+                               Fail ("element mismatch is incorrectly allowed");\r
                        } catch (XmlSchemaException) {\r
                        }\r
 \r
@@ -71,7 +71,7 @@ namespace MonoTests.System.Xml
                        xvr.Schemas.Add (schema);\r
                        try {\r
                                xvr.Read ();\r
-                               Fail ();\r
+                               Fail ("Element in different namespace is incorrectly allowed.");\r
                        } catch (XmlSchemaException) {\r
                        }\r
                }\r