From: Oleg T. <he...@us...> - 2005-10-26 15:08:41
|
Update of /cvsroot/mvp-xml/Common/v2/test/UpperLowerTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10046/v2/test/UpperLowerTests Modified Files: FirstUpperLowerTests.cs Log Message: Index: FirstUpperLowerTests.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v2/test/UpperLowerTests/FirstUpperLowerTests.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- FirstUpperLowerTests.cs 25 Oct 2005 21:33:44 -0000 1.1 +++ FirstUpperLowerTests.cs 26 Oct 2005 15:08:30 -0000 1.2 @@ -91,7 +91,7 @@ ser.Serialize(fl, c); - Assert.AreEqual("<?xml version=\"1.0\" encoding=\"utf-16\"?><customer xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" id=\"0736\" xmlns=\"mvp-xml-customer\"><name>Daniel Cazzulino</name><order id=\"25\" /></customer>", + Assert.AreEqual("<?xml version=\"1.0\" encoding=\"utf-16\"?><customer xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" id=\"0736\" xmlns=\"mvp-xml-customer\"><name>Daniel Cazzulino</name><order id=\"25\" /></customer>", sw.ToString()); } } |