Index: build.xml
===================================================================
--- build.xml	(revision 1733020)
+++ build.xml	(working copy)
@@ -2346,7 +2346,10 @@
         <path refid="libs-classpath"/>
         <path refid="libs-build-classpath"/>
         <pathelement location="resources"/>
-        <pathelement location="test-resources"/>
+        <pathelement location="test-resources"/>   
+        <dirset dir=".">
+            <include name="**/classes"/>
+        </dirset>        
       </classpath>
       <arg line="test-resources/org/apache/batik/test/regard.xml ${args}"/>
     </java>
Index: test-resources/org/apache/batik/dom/svg/unitTesting.xml
===================================================================
--- test-resources/org/apache/batik/dom/svg/unitTesting.xml	(revision 1733020)
+++ test-resources/org/apache/batik/dom/svg/unitTesting.xml	(working copy)
@@ -58,7 +58,7 @@
     <!-- ================================================================ -->
     <test id="dom.svg.publicIds" 
           name="Checks that there are system ids for the supported public Ids"
-          class="org.apache.batik.dom.svg.SystemIdTest" />
+          class="org.apache.batik.anim.dom.SystemIdTest" />
 
 
 </testSuite>

