Changeset 6867
- Timestamp:
- 12/09/06 13:05:52 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
buildscripts/lib/ant-dojotest.jar (modified) (previous)
-
tools/test/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/test/build.xml
r6422 r6867 147 147 </target> 148 148 149 <taskdef resource="testngtasks" classpath="lib/testng-5.1-jdk15.jar" />150 151 149 <target name="test" depends="compile-test" description="Tests the dojo ant tasks."> 152 150 151 <taskdef resource="testngtasks" classpath="lib/testng-5.1-jdk15.jar" /> 152 153 153 <path id="compile.cp"> 154 154 <fileset dir="${lib.dir}">