Index: trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java	(revision 11740)
+++ trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java	(revision 11741)
@@ -94,5 +94,10 @@
     }
 
+    /**
+     * Non-regression test which checks example files in data_nodist
+     * @throws Exception if an error occurs
+     */
     @Test
+    @SuppressWarnings({ "rawtypes", "unchecked" })
     public void testExamples() throws Exception {
         DataSet dsToJoin, dsExpected;
