Revision: 299
http://xmlunit.svn.sourceforge.net/xmlunit/?rev=299&view=rev
Author: bodewig
Date: 2009-04-23 11:37:03 +0000 (Thu, 23 Apr 2009)
Log Message:
-----------
one more bad path
Modified Paths:
--------------
trunk/xmlunit/src/tests/resources/invalidBook.xml
Modified: trunk/xmlunit/src/tests/resources/invalidBook.xml
===================================================================
--- trunk/xmlunit/src/tests/resources/invalidBook.xml 2009-04-23 04:06:57 UTC (rev 298)
+++ trunk/xmlunit/src/tests/resources/invalidBook.xml 2009-04-23 11:37:03 UTC (rev 299)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Book xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
- xmlns="http://www.publishing.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.publishing.org tests/etc/Book.xsd">
+ xmlns="http://www.publishing.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.publishing.org src/tests/resources/Book.xsd">
<Title>Chicken Soup for the Soul</Title>
<Author>Jack Canfield</Author>
<Author>Mark Victor Hansen</Author>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|