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