Changeset 10051 in josm for trunk/test
- Timestamp:
- 2016-03-26T21:49:06+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/io
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/io/CertificateAmendmentTest.java
r10019 r10051 20 20 /** 21 21 * Setup test. 22 * @throws IOException in case of I/O error23 22 */ 24 23 @BeforeClass 25 public static void setUp() throws IOException{24 public static void setUp() { 26 25 JOSMFixture.createUnitTestFixture().init(); 27 26 } -
trunk/test/unit/org/openstreetmap/josm/io/NoteImporterTest.java
r9797 r10051 18 18 /** 19 19 * Non-regression test for <a href="https://josm.openstreetmap.de/ticket/12531">Bug #12531</a>. 20 * @throws Exception if any error occurs21 20 */ 22 21 @Test 23 public void testTicket12531() throws Exception{22 public void testTicket12531() { 24 23 assertNull(Main.map); 25 24 assertTrue(new NoteImporter().importDataHandleExceptions(
Note:
See TracChangeset
for help on using the changeset viewer.