Revision 30754 branches/v2_0_0_prep/extensions/extDalTransformEventTheme/src-test/org/gvsig/app/eventlayer/daltransform/EventThemeTransformTest.java

View differences:

EventThemeTransformTest.java
47 47
	private final String yFieldName = "y";
48 48
	private final String geometryFieldName = "geom";
49 49
	protected boolean testDBFInitialized = false;
50

  
51
	protected void setUp() throws Exception {
52
		super.setUp();
53
		if (testDBFInitialized) {
54
			return;
55
		}
56
		// FIXME
57
		// ToolsLocator.registerDefaultPersistenceManager(XMLEntityManager.class);
58

  
59
//		DALFileLibrary libFile = new DALFileLibrary();
60
//		libFile.initialize();
61
//
62
//		DBFLibrary dbfLib = new DBFLibrary();
63
//		dbfLib.initialize();
64
//
65
//		libFile.postInitialize();
66
//		dbfLib.postInitialize();
67
		testDBFInitialized = true;
50
	
51
	@Override
52
	protected void doSetUp() throws Exception {
53
		// Do nothing		
68 54
	}
69 55

  
70 56
	public DataStoreParameters getDefaultDataStoreParameters() throws DataException {
......
103 89
		// TODO Auto-generated method stub
104 90
		return false;
105 91
	}
106
}
107 92

  
93
}

Also available in: Unified diff