Revision 13466

View differences:

trunk/extensions/extCatalogYNomenclator/build.xml
6 6
	<import file="../binaries/ant/utilities.xml"/>
7 7
	<property name="src" location="src"/>
8 8
	<property name="build" location="bin"/>
9
	<property name="build-test" location="bin-test"/>
10
	<property name="src-test" location="src-test"/>
9 11
	<property name="dist"  location="dist"/>
10 12
	<property name="mainplugin" value="com.iver.cit.gvsig"/>
11 13
	<property name="gvsiglibjar" value="gvsig-catalogClient"/>
......
191 193
  <target name="clean-orig"
192 194
        description="clean up" >
193 195
    <!-- Delete the ${build} and ${dist} directory trees -->
196
  </target>
194 197

  
198
	<target name="run-tests" depends="batch-build,compile-tests">
199
		<antcall target="generic-run-tests">
200
			<param name="TestSuite.Name" value="es.gva.cit.gvsig.gazetteer.AllTests"/>
201
		</antcall>
202
	</target>
195 203

  
196
  </target>
197

  
198 204
</project>
199 205

  
trunk/extensions/extCatalogYNomenclator/.classpath
18 18
	<classpathentry combineaccessrules="false" kind="src" path="/appCatalogAndGazetteerClient"/>
19 19
	<classpathentry kind="lib" path="/libFMap/lib/org.cresques.cts.jar"/>
20 20
	<classpathentry kind="lib" path="/libFMap/lib/org.gvsig.exceptions.jar"/>
21
	<classpathentry kind="var" path="JUNIT_HOME/junit.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.jdt.source_3.1.1/src/org.junit_3.8.1/junitsrc.zip"/>
21 22
	<classpathentry kind="output" path="bin"/>
22 23
</classpath>
trunk/extensions/extCatalogYNomenclator/src-test/es/gva/cit/gvsig/gazetteer/AllTests.java
1
package es.gva.cit.gvsig.gazetteer;
2

  
3
import junit.framework.Test;
4
import junit.framework.TestSuite;
5

  
6
public class AllTests {
7

  
8
	public static Test suite() {
9
		TestSuite suite = new TestSuite("Test for es.gva.cit.gvsig.gazetteer");
10
		//$JUnit-BEGIN$
11

  
12
		//$JUnit-END$
13
		return suite;
14
	}
15

  
16
}
0 17

  

Also available in: Unified diff