Changeset 11160 in josm for trunk


Ignore:
Timestamp:
2016-10-25T10:08:33+02:00 (7 years ago)
Author:
bastiK
Message:

fixed #13847 - update unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java

    r10378 r11160  
    7676
    7777    /**
    78      * Test method for {@code PlatformHookOsx#getAdditionalFonts}
    79      */
    80     @Test(expected = UnsupportedOperationException.class)
    81     public void testGetAdditionalFonts() {
    82         hook.getAdditionalFonts();
    83     }
    84 
    85     /**
    8678     * Test method for {@code PlatformHookOsx#getDefaultCacheDirectory}
    8779     */
     
    116108
    117109    /**
    118      * Test method for {@code PlatformHookOsx#getInstalledFonts}
    119      */
    120     @Test(expected = UnsupportedOperationException.class)
    121     public void testGetInstalledFonts() {
    122         hook.getInstalledFonts();
    123     }
    124 
    125     /**
    126110     * Test method for {@code PlatformHookOsx#getOSDescription}
    127111     */
Note: See TracChangeset for help on using the changeset viewer.