Changeset 1707 in josm


Ignore:
Timestamp:
Jun 27, 2009 2:03:30 PM (4 years ago)
Author:
Gubaer
Message:

test cases and test libraries (JUnit 4.6 and FEST)

Location:
trunk/test
Files:
30 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/visitor/MergeVisitorTest.java

    r1703 r1707  
    4040            testProperties.load(MergeVisitorTest.class.getResourceAsStream("/test-unit-env.properties")); 
    4141        } catch(Exception e){ 
    42             logger.log(Level.SEVERE, MessageFormat.format("failed to load property file ''{0}''", "test-functional-env.properties")); 
    43             fail(MessageFormat.format("failed to load property file ''{0}''", "test-functional-env.properties")); 
     42            logger.log(Level.SEVERE, MessageFormat.format("failed to load property file ''{0}''", "/test-unit-env.properties")); 
     43            fail(MessageFormat.format("failed to load property file ''{0}''", "/test-unit-env.properties")); 
    4444        } 
    4545 
Note: See TracChangeset for help on using the changeset viewer.