Ignore:
Timestamp:
2016-04-08T22:13:47+02:00 (8 years ago)
Author:
Don-vip
Message:

add more debug messages to debug failing unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java

    r10121 r10122  
    3939        try {
    4040            System.setProperty("josm.plugins", "buildings_tools,plastic_laf");
    41             assertEquals("buildings_tools,plastic_laf", System.getProperty("josm.plugins"));
    4241            SplashProgressMonitor monitor = new SplashProgressMonitor("foo", new ChangeListener() {
    4342                @Override
     
    4746            });
    4847            Collection<PluginInformation> plugins = MainApplication.updateAndLoadEarlyPlugins(null, monitor);
    49             assertEquals("buildings_tools,plastic_laf", System.getProperty("josm.plugins"));
    5048            assertEquals(2, plugins.size());
    5149            assertNotNull(PluginHandler.getPlugin("plastic_laf"));
Note: See TracChangeset for help on using the changeset viewer.