Index: /trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 6465)
+++ /trunk/src/org/openstreetmap/josm/data/validation/tests/DeprecatedTags.java	(revision 6466)
@@ -56,9 +56,9 @@
                 add("barrier", "stile"));
         checks.add(new DeprecationCheck(2106).
-                testAndRemove("highway", "incline").
-                add("incline", "up"));
+                test("highway", "incline").
+                alternative("incline"));
         checks.add(new DeprecationCheck(2107).
-                testAndRemove("highway", "incline_steep").
-                add("incline", "up"));
+                test("highway", "incline").
+                alternative("incline"));
         checks.add(new DeprecationCheck(2108).
                 testAndRemove("highway", "unsurfaced").
