Author: simonetripodi
Date: Sun Feb 6 12:30:20 2011
New Revision: 1067647
URL: http://svn.apache.org/viewvc?rev=1067647&view=rev
Log:
fixed base path for XInclude test
Modified:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
Modified:
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml?rev=1067647&r1=1067646&r2=1067647&view=diff
==============================================================================
---
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
(original)
+++
commons/sandbox/digester3/trunk/src/test/resources/org/apache/commons/digester3/Test12.xml
Sun Feb 6 12:30:20 2011
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<employee xml:base="src/test/resources/org/apache/commons/digester/"
+<employee xml:base="src/test/resources/org/apache/commons/digester3/"
xmlns:xi="http://www.w3.org/2001/XInclude">
<firstName>First Name</firstName>
<lastName>Last Name</lastName>