Changeset 11160 in josm for trunk/test
- Timestamp:
- 2016-10-25T10:08:33+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java
r10378 r11160 76 76 77 77 /** 78 * Test method for {@code PlatformHookOsx#getAdditionalFonts}79 */80 @Test(expected = UnsupportedOperationException.class)81 public void testGetAdditionalFonts() {82 hook.getAdditionalFonts();83 }84 85 /**86 78 * Test method for {@code PlatformHookOsx#getDefaultCacheDirectory} 87 79 */ … … 116 108 117 109 /** 118 * Test method for {@code PlatformHookOsx#getInstalledFonts}119 */120 @Test(expected = UnsupportedOperationException.class)121 public void testGetInstalledFonts() {122 hook.getInstalledFonts();123 }124 125 /**126 110 * Test method for {@code PlatformHookOsx#getOSDescription} 127 111 */
Note:
See TracChangeset
for help on using the changeset viewer.