Ignore:
Timestamp:
2016-03-26T21:49:06+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12675 - fix XML encoding of user names in changeset requests

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  
    2020    /**
    2121     * Setup test.
    22      * @throws IOException in case of I/O error
    2322     */
    2423    @BeforeClass
    25     public static void setUp() throws IOException {
     24    public static void setUp() {
    2625        JOSMFixture.createUnitTestFixture().init();
    2726    }
  • trunk/test/unit/org/openstreetmap/josm/io/NoteImporterTest.java

    r9797 r10051  
    1818    /**
    1919     * Non-regression test for <a href="https://josm.openstreetmap.de/ticket/12531">Bug #12531</a>.
    20      * @throws Exception if any error occurs
    2120     */
    2221    @Test
    23     public void testTicket12531() throws Exception {
     22    public void testTicket12531() {
    2423        assertNull(Main.map);
    2524        assertTrue(new NoteImporter().importDataHandleExceptions(
Note: See TracChangeset for help on using the changeset viewer.