Revision 21587 branches/Mobile_Compatible_Hito_1/libFMap_dataFile/src-test/org/gvsig/data/datastores/vectorial/FilterTest.java

View differences:

FilterTest.java
39 39
 */
40 40
public class FilterTest  extends TestCase {
41 41
	
42
	private File fileNormal = new File(DataStoreTest.class.getResource("data/pruebaFiltros.shp").getFile());
42
	private File fileNormal = new File(FilterTest.class.getResource("file/data/prueba.shp").getFile());
43 43
	SHPStore store;
44 44
	
45 45
	public static void main(String[] args) {
46 46
		junit.textui.TestRunner.run(FilterTest.class);
47
	}
47
	} 
48 48

  
49 49
	protected void setUp() throws Exception {
50 50
		super.setUp();

Also available in: Unified diff