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


Ignore:
Timestamp:
2016-08-15T23:33:32+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #13352 - new bug report queue (patch by michael2402) - gsoc-core

File:
1 edited

Legend:

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

    r10649 r10819  
    2222
    2323    /**
    24      * Unit test for {@link BugReportExceptionHandler.BugReporterThread#askForBugReport} method.
    25      */
    26     @Test
    27     public void testAskForBugReport() {
    28         BugReportExceptionHandler.BugReporterThread.askForBugReport(new Exception("testAskForBugReport"));
    29     }
    30 
    31     /**
    3224     * Unit test for {@link BugReportExceptionHandler#handleException} method.
    3325     */
Note: See TracChangeset for help on using the changeset viewer.