dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/tests/System.Xml TestXmlTextWriter.c


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/System.Xml TestXmlTextWriter.cs,1.2,1.3
Date: Thu, 27 Mar 2003 17:22:22 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib/tests/System.Xml
In directory subversions:/tmp/cvs-serv32437/tests/System.Xml

Modified Files:
        TestXmlTextWriter.cs 
Log Message:


ECMA fix for test case.


Index: TestXmlTextWriter.cs
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/tests/System.Xml/TestXmlTextWriter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestXmlTextWriter.cs        31 Dec 2002 11:13:06 -0000      1.2
--- TestXmlTextWriter.cs        27 Mar 2003 22:22:19 -0000      1.3
***************
*** 85,90 ****
--- 85,95 ----
                                xml.WriteStartDocument();
                                xml.WriteProcessingInstruction(name, text);
+ #if !ECMA_COMPAT
                                Check("ProcessingInstruction (1)",
                                                "<?xml version=\"1.0\" 
encoding=\"utf-16\"?>\n<?xsl-stylesheet href=\"test.xsl\"?>\n");
+ #else
+                               Check("ProcessingInstruction (1)",
+                                               "<?xml 
version=\"1.0\"?>\n<?xsl-stylesheet href=\"test.xsl\"?>\n");
+ #endif
                        }
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]