Index: trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java	(revision 10641)
+++ trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java	(revision 10649)
@@ -3,5 +3,4 @@
 
 import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
 
 import org.junit.Before;
@@ -23,12 +22,4 @@
 
     /**
-     * Unit test for {@link BugReportExceptionHandler#buildPanel} method.
-     */
-    @Test
-    public void testBuildPanel() {
-        assertNotNull(BugReportExceptionHandler.buildPanel(new Exception("testBuildPanel")));
-    }
-
-    /**
      * Unit test for {@link BugReportExceptionHandler.BugReporterThread#askForBugReport} method.
      */
