assertEquals("int", oa1.getType());
}
public void testSaveLoaded() throws Exception {
Log log = mock(Log.class);
Injector i = DIBootstrap.createInjector(new ToolsModule(log), new DbImportModule());
DbImportAction action = i.getInstance(DbImportAction.class);
String packagePath = getClass().getPackage().getName().replace('.', '/');
URL packageUrl = getClass().getClassLoader().getResource(packagePath);
assertNotNull(packageUrl);
URL outUrl = new URL(packageUrl, "dbimport/testSaveLoaded1.map.xml");