Revision 47606 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.sqlite/org.gvsig.sqlite.provider/src/test/java/org/gvsig/sqlite/dal/ExistsDBTest.java

View differences:

ExistsDBTest.java
76 76
    }
77 77

  
78 78
    public void testExistDatabase() throws Exception {
79
        try {
79 80
        FeatureStore sourceStore = TestUtils.openSourceStore1();
80 81
        JDBCServerExplorer explorer = TestUtils.openServerExplorer(DBNAME);
81 82
        
......
89 90
        createFrom(explorer, sourceStore);        
90 91
        
91 92
        assertTrue(explorer.exists());
93
        } catch(Throwable th){
94
            LOGGER.warn("testExistDatabase:", th);
95
            throw th;
96
        }
92 97
    }
93 98

  
94 99
}

Also available in: Unified diff