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:
authorDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-22 06:23:26 +0300
committerDuncan Mak <duncan@mono-cvs.ximian.com>2002-03-22 06:23:26 +0300
commitcc397dd95dea8d7eedd70d1cd35141611cf09911 (patch)
treef2bca4a34393c9d4c23700e84c05bdf9f0c9b4ea /mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
parentb9e2f23ea54d7fc39449751427b1446ce72f685b (diff)
2002-03-22 Duncan Mak <duncan@ximian.com>
* XmlDocument.cs (CreateSignificantWhitespace): Implemented. * AllTests.cs: * Microsoft.Test.csproj: * Mono.Test.csproj: Updated to include new files. * XmlSignificantWhitespaceTests.cs: Added to CVS. svn path=/trunk/mcs/; revision=3268
Diffstat (limited to 'mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs')
-rwxr-xr-xmcs/class/System.XML/Test/XmlWhiteSpaceTests.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs b/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
index 62693aafc65..100726b0347 100755
--- a/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
+++ b/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
@@ -102,8 +102,7 @@ namespace Ximian.Mono.Tests
TestXmlNodeBaseProperties (original, shallow);
deep = whitespace.CloneNode (true); // deep
- TestXmlNodeBaseProperties (original, deep);
-
+ TestXmlNodeBaseProperties (original, deep);
AssertEquals ("deep cloning differs from shallow cloning",
deep.OuterXml, shallow.OuterXml);