From: Oleg T. <he...@us...> - 2004-12-22 15:04:10
|
Update of /cvsroot/mvp-xml/Common/v1/test/XPathNavigatorReaderTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17690/v1/test/XPathNavigatorReaderTests Modified Files: Tests.cs Log Message: Just add the word "evil" to break it! Index: Tests.cs =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/test/XPathNavigatorReaderTests/Tests.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Tests.cs 18 Dec 2004 05:11:38 -0000 1.4 +++ Tests.cs 22 Dec 2004 15:04:02 -0000 1.5 @@ -54,7 +54,7 @@ [Test] public void OlegEvilTest() { - string xml = @"<foo><?pi text?></foo>"; + string xml = @"<foo><?pi text?>evil</foo>"; XPathDocument doc = new XPathDocument(new StringReader(xml)); XPathNodeIterator ni = doc.CreateNavigator().Select("//processing-instruction()"); |