Changeset 9166 in josm for trunk/test/unit
- Timestamp:
- 2015-12-26T20:29:49+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTest.java
r8954 r9166 35 35 * @throws ParseException if the config file does not match MapCSS syntax 36 36 */ 37 @Test 37 @Test(timeout = 10*60*1000) 38 38 public void testValidityOfAvailableStyles() throws ParseException, IOException { 39 39 Collection<ExtendedSourceEntry> sources = new MapPaintPreference.MapPaintSourceEditor() -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTest.java
r8962 r9166 36 36 * Test that available tagging presets are valid. 37 37 */ 38 @Test 38 @Test(timeout = 10*60*1000) 39 39 public void testValidityOfAvailablePresets() { 40 40 Collection<ExtendedSourceEntry> sources = new TaggingPresetPreference.TaggingPresetSourceEditor() -
trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTest.java
r8938 r9166 32 32 * Test that available plugins rules can be loaded. 33 33 */ 34 @Test 34 @Test(timeout = 10*60*1000) 35 35 public void testValidityOfAvailablePlugins() { 36 36 // Download complete list of plugins
Note:
See TracChangeset
for help on using the changeset viewer.