Update of /cvsroot/mvp-xml/Common/v1/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23399/v1/test
Modified Files:
CommonTest.csproj
Log Message:
Added XmlBaseAwareXmltextReader impl and test.
Index: CommonTest.csproj
===================================================================
RCS file: /cvsroot/mvp-xml/Common/v1/test/CommonTest.csproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CommonTest.csproj 27 Sep 2004 16:31:14 -0000 1.1
+++ CommonTest.csproj 25 Oct 2004 18:18:06 -0000 1.2
@@ -243,6 +243,15 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "XmlBaseAwareXmlTextReaderTests\test.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
+ RelPath = "XmlBaseAwareXmlTextReaderTests\Tests.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "XmlFragments\publishers.xml"
BuildAction = "EmbeddedResource"
/>
|