Revision 41877 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.remoteclient/src/test/java/org/gvsig/remoteclient/AllTests.java

View differences:

AllTests.java
27 27
import junit.framework.TestSuite;
28 28

  
29 29
import org.gvsig.remoteclient.wcs.wcs_1_0_0.WCSProtocolHandler_1_0_0Test;
30
import org.gvsig.remoteclient.wms.WMSStatusTest;
31
import org.gvsig.remoteclient.wms.wms_1_1_1.WMSProtocolHandler_1_1_1Test;
32 30

  
33 31
public class AllTests {
34 32

  
......
40 38
		//commented until there is a way to simulate the needed servers.
41 39
		//suite.addTestSuite(URLRetrieveTest.class);
42 40
		suite.addTestSuite(WCSProtocolHandler_1_0_0Test.class);
43
		suite.addTestSuite(WMSProtocolHandler_1_1_1Test.class);
44
		suite.addTestSuite(WMSStatusTest.class);
45 41
		
46 42
		//$JUnit-END$
47 43
		return suite;

Also available in: Unified diff