mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
Swagr codegen: Included tests for a couple of the invoked apis and moved test package under com.wordnik.swagger
This commit is contained in:
parent
6861d17996
commit
7ccf9df9e3
@ -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" />
|
||||
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user