Changeset 11741 in josm
- Timestamp:
- 2017-03-17T23:10:38+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java
r11738 r11741 94 94 } 95 95 96 /** 97 * Non-regression test which checks example files in data_nodist 98 * @throws Exception if an error occurs 99 */ 96 100 @Test 101 @SuppressWarnings({ "rawtypes", "unchecked" }) 97 102 public void testExamples() throws Exception { 98 103 DataSet dsToJoin, dsExpected;
Note:
See TracChangeset
for help on using the changeset viewer.