Revision 32554

View differences:

branches/v2_0_0_prep/extensions/org.gvsig.arcims.feature.extension/src/test/java/org/gvsig/arcims/feature/dal/ArcImsStoreTest.java
32 32
	private Vector<String> layers = new Vector<String>();
33 33
	private IProjection proj = null;
34 34
	private Envelope envelope = null;
35
	
36
	
37
	
35 38

  
36 39
	
37 40
/**
......
40 43
	public DataStoreParameters getDefaultDataStoreParameters()
41 44
			throws DataException {
42 45
		
43
		Library lib = new ArcImsLibrary();
44
		lib.initialize();
45
		lib.postInitialize();
46
//		Library lib = new ArcImsLibrary();
47
//		lib.initialize();
48
//		lib.postInitialize();
46 49

  
47 50
		layers.clear();
48 51
		layers.add("county");
......
124 127
		return info;
125 128
	}
126 129

  
130
	@Override
131
	protected void doSetUp() throws Exception {
132
		// TODO Auto-generated method stub
133
		super.doSetUp();
134
		
135
	}
136

  
127 137
}

Also available in: Unified diff