Index: trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java	(revision 14028)
+++ trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java	(revision 14030)
@@ -4,4 +4,5 @@
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertSame;
 
 import java.util.Collections;
@@ -94,4 +95,6 @@
     /**
      * Unit test of {@code GenericRelationEditor#build*} methods.
+     * <p>
+     * This test only tests if they do not throw exceptions.
      */
     @Test
@@ -111,4 +114,7 @@
         assertNotNull(top);
         assertNotNull(tagEditorPanel.getModel());
+        assertNotNull(tagModel);
+        assertSame(memberTableModel, memberTable.getModel());
+        assertSame(selectionTableModel, selectionTable.getModel());
     }
 }
