From: Oleg T. <he...@us...> - 2004-12-22 14:25:12
|
Update of /cvsroot/mvp-xml/Common/v1/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10128/v1/test Modified Files: CommonTest.csproj Log Message: Split xml:base tests - relative URI cannot be used when reading document from a stream with no base URI. Index: CommonTest.csproj =================================================================== RCS file: /cvsroot/mvp-xml/Common/v1/test/CommonTest.csproj,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- CommonTest.csproj 14 Nov 2004 01:24:30 -0000 1.3 +++ CommonTest.csproj 22 Dec 2004 14:25:03 -0000 1.4 @@ -248,6 +248,10 @@ BuildAction = "Compile" /> <File + RelPath = "XmlBaseAwareXmlTextReaderTests\relativeTest.xml" + BuildAction = "EmbeddedResource" + /> + <File RelPath = "XmlBaseAwareXmlTextReaderTests\test.xml" BuildAction = "EmbeddedResource" /> |