Changeset 10121 in josm for trunk/test
- Timestamp:
- 2016-04-08T19:52:27+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java
r10093 r10121 39 39 try { 40 40 System.setProperty("josm.plugins", "buildings_tools,plastic_laf"); 41 assertEquals("buildings_tools,plastic_laf", System.getProperty("josm.plugins")); 41 42 SplashProgressMonitor monitor = new SplashProgressMonitor("foo", new ChangeListener() { 42 43 @Override … … 46 47 }); 47 48 Collection<PluginInformation> plugins = MainApplication.updateAndLoadEarlyPlugins(null, monitor); 49 assertEquals("buildings_tools,plastic_laf", System.getProperty("josm.plugins")); 48 50 assertEquals(2, plugins.size()); 49 51 assertNotNull(PluginHandler.getPlugin("plastic_laf"));
Note:
See TracChangeset
for help on using the changeset viewer.