Changeset 19338 in josm for trunk/test


Ignore:
Timestamp:
2025-02-25T18:07:58+01:00 (4 weeks ago)
Author:
stoecker
Message:

see #24163 - fix tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/preferences/plugin/PluginPreferenceHighLevelTest.java

    r19190 r19338  
    488488        invocationLogEntry = jopsMocker.getInvocationLog().get(0);
    489489        assertEquals(JOptionPane.OK_OPTION, (int) invocationLogEntry[0]);
    490         assertEquals("Warning", invocationLogEntry[2]);
     490        assertEquals("Information", invocationLogEntry[2]);
    491491
    492492        // dummy_plugin jar is still the updated version
     
    723723        Object[] invocationLogEntry = jopsMocker.getInvocationLog().get(0);
    724724        assertEquals(JOptionPane.OK_OPTION, (int) invocationLogEntry[0]);
    725         assertEquals("Warning", invocationLogEntry[2]);
     725        assertEquals("Information", invocationLogEntry[2]);
    726726
    727727        assertTrue(haMocker.getInvocationLog().isEmpty());
Note: See TracChangeset for help on using the changeset viewer.