Revision 9800

View differences:

org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs/org.gvsig.raster.wcs.remoteclient/src/test/java/org/gvsig/remoteclient/AllTests.java
29 29
import org.gvsig.remoteclient.wcs.wcs_1_0_0.WCSProtocolHandler_1_0_0Test;
30 30

  
31 31
public class AllTests {
32
//
33
//	public static Test suite() {
34
//		TestSuite suite = new TestSuite("Test for org.gvsig.remoteClient");
35
//		//$JUnit-BEGIN$
36
//		suite.addTestSuite(Test.class);
37
//		
38
//		//commented until there is a way to simulate the needed servers.
39
//		//suite.addTestSuite(URLRetrieveTest.class);
40
//		suite.addTestSuite(WCSProtocolHandler_1_0_0Test.class);
41
//		
42
//		//$JUnit-END$
43
//		return suite;
44
//	}
32 45

  
33
	public static Test suite() {
34
		TestSuite suite = new TestSuite("Test for org.gvsig.remoteClient");
35
		//$JUnit-BEGIN$
36
		suite.addTestSuite(Test.class);
37
		
38
		//commented until there is a way to simulate the needed servers.
39
		//suite.addTestSuite(URLRetrieveTest.class);
40
		suite.addTestSuite(WCSProtocolHandler_1_0_0Test.class);
41
		
42
		//$JUnit-END$
43
		return suite;
44
	}
45

  
46 46
}

Also available in: Unified diff