Revision 46627 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.file/org.gvsig.fmap.dal.file.csv/src/test/java/org/gvsig/fmap/dal/store/csv/TestCreate.java

View differences:

TestCreate.java
97 97
                "automaticTypesDetection", false,
98 98
                "locale","en"
99 99
            );
100
        } catch(ValidateDataParametersException ex) {
101
            LOGGER.warn(ex.getLocalizedMessageStack());
100
        } catch(Exception ex) {
101
            LOGGER.warn("Can't open TargetStore1("+f+")",ex);
102 102
            throw ex;
103 103
        }
104 104
        return store;

Also available in: Unified diff