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:
authorAtsushi Eno <atsushieno@gmail.com>2004-05-13 11:24:38 +0400
committerAtsushi Eno <atsushieno@gmail.com>2004-05-13 11:24:38 +0400
commite7849a7aea409ad5cb344d56e77f3f2cfeae40dc (patch)
treea217a9aa28a2f4113c4a5ebdda45630c34531c6a /mcs/class/System.XML
parent7557c9c2ad1360bfe5db6ee8506448c7c8797982 (diff)
2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
* Document.cs : More don't check error message. svn path=/trunk/mcs/; revision=27236
Diffstat (limited to 'mcs/class/System.XML')
-rwxr-xr-xmcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog4
-rwxr-xr-xmcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs2
2 files changed, 5 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog
index 588b84c69b6..8508c52b24e 100755
--- a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-13 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Document.cs : More don't check error message.
+
2004-04-24 Atsushi Enomoto <atsushi@ximian.com>
* Document.cs : Don't check locale-dependent message.
diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs
index 7d108e9bc51..05fe8d3475a 100755
--- a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs
+++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/Document.cs
@@ -964,7 +964,7 @@ namespace nist_dom.fundamental
//
// Write out results.
//
- results.expected = typeof (ArgumentException).FullName; // MS.NET BUG: It never raise an error.
+ results.expected = typeof (XmlException).FullName; // MS.NET BUG: It never raises an error.
results.actual = computedValue;
util.resetData();