Swagr codegen: Included tests for a couple of the invoked apis and moved test package under com.wordnik.swagger

This commit is contained in:
Deepak Michael 2011-08-01 23:05:30 +05:30
parent 6861d17996
commit 7ccf9df9e3
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<echo message="using build common dir: ${build.common.dir}"/>
<target name="runtests" description="runs the test cases" depends="compile, test.compile">
<java classname="com.wordnik.test.APITestRunner">
<java classname="com.wordnik.swagger.test.APITestRunner">
<arg value="JAVA" />
<classpath>
<pathelement location="build/main/java" />

View File

@ -15,7 +15,7 @@
<echo message="using build common dir: ${build.common.dir}"/>
<target name="runtests" description="runs the test cases" depends="compile, test.compile">
<java classname="com.wordnik.test.APITestRunner">
<java classname="com.wordnik.swagger.test.APITestRunner">
<arg value="JAVA" />
<classpath>
<pathelement location="build/main/java" />