Index: /trunk/test/unit/org/openstreetmap/josm/gui/tagging/presets/items/ComboTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/tagging/presets/items/ComboTest.java	(revision 16692)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/tagging/presets/items/ComboTest.java	(revision 16693)
@@ -4,5 +4,4 @@
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
-import static org.openstreetmap.josm.tools.I18n.tr;
 
 import java.awt.Color;
@@ -80,5 +79,5 @@
 
         combo.addToPanel(new JPanel(), Arrays.asList(wayAT, waySI), true);
-        assertEquals(tr("<different>"), combo.getSelectedValue());
+        assertEquals(Combo.DIFFERENT, combo.getSelectedValue());
     }
 
