Index: trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java	(revision 14030)
+++ trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/GenericRelationEditorTest.java	(revision 14031)
@@ -4,5 +4,4 @@
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
-import static org.junit.Assert.assertSame;
 
 import java.util.Collections;
@@ -114,7 +113,4 @@
         assertNotNull(top);
         assertNotNull(tagEditorPanel.getModel());
-        assertNotNull(tagModel);
-        assertSame(memberTableModel, memberTable.getModel());
-        assertSame(selectionTableModel, selectionTable.getModel());
     }
 }
