dgraham 2003/06/20 19:42:48
Modified: mapper build.xml
Log:
Point tests to MapperFactoryTest as starting point.
Revision Changes Path
1.3 +1 -1 jakarta-commons-sandbox/mapper/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/mapper/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 10 Jun 2003 03:58:06 -0000 1.2
+++ build.xml 21 Jun 2003 02:42:48 -0000 1.3
@@ -226,7 +226,7 @@
<echo message="Running tests ..."/>
<java classname="${test.runner}" fork="yes"
failonerror="${test.failonerror}">
- <arg value="org.apache.commons.mapper.util.ObjectFactoryTest"/>
+ <arg value="org.apache.commons.mapper.MapperFactoryTest"/>
<classpath refid="test.classpath"/>
</java>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]