Changeset 10649 in josm for trunk/test/unit/org


Ignore:
Timestamp:
2016-07-26T21:34:35+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java

    r10067 r10649  
    33
    44import static org.junit.Assert.assertFalse;
    5 import static org.junit.Assert.assertNotNull;
    65
    76import org.junit.Before;
     
    2322
    2423    /**
    25      * Unit test for {@link BugReportExceptionHandler#buildPanel} method.
    26      */
    27     @Test
    28     public void testBuildPanel() {
    29         assertNotNull(BugReportExceptionHandler.buildPanel(new Exception("testBuildPanel")));
    30     }
    31 
    32     /**
    3324     * Unit test for {@link BugReportExceptionHandler.BugReporterThread#askForBugReport} method.
    3425     */
Note: See TracChangeset for help on using the changeset viewer.