You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ro...@apache.org on 2006/08/03 00:13:08 UTC

svn commit: r428174 - /incubator/abdera/java/trunk/build/build.xml

Author: rooneg
Date: Wed Aug  2 15:13:07 2006
New Revision: 428174

URL: http://svn.apache.org/viewvc?rev=428174&view=rev
Log:
Oops, should have committed this along with the class renaming.

* build/build.xml
  (test): Update name of the extensions test suite class.

Modified:
    incubator/abdera/java/trunk/build/build.xml

Modified: incubator/abdera/java/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?rev=428174&r1=428173&r2=428174&view=diff
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Wed Aug  2 15:13:07 2006
@@ -293,7 +293,7 @@
     <echo>Running Extension Tests...</echo>
     <java classpathref="jar.dependencies"
           classpath="${core.work}:${parser.work}:${server.work}:${extensions.work}:${test}"
-          classname="org.apache.abdera.test.ext.opensearch.TestSuite"
+          classname="org.apache.abdera.test.ext.TestSuite"
           fork="yes" />
   </target>