Changeset 2990 in josm for trunk/test/unit/org/openstreetmap/josm/data/osm/history
- Timestamp:
- 2010-02-15T09:03:57+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/data/osm/history/HistoryWayTest.java
r1750 r2990 3 3 4 4 import static org.junit.Assert.assertEquals; 5 import static org.junit.Assert. *;5 import static org.junit.Assert.fail; 6 6 7 7 import java.util.ArrayList; … … 14 14 15 15 @Test 16 public void HistoryWayTest() {16 public void wayTest() { 17 17 Date d = new Date(); 18 18 HistoryWay way = new HistoryWay(
Note:
See TracChangeset
for help on using the changeset viewer.
