Index: applications/editors/josm/plugins/graphview/test/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeedTest.java
===================================================================
--- applications/editors/josm/plugins/graphview/test/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeedTest.java	(revision 21603)
+++ applications/editors/josm/plugins/graphview/test/org/openstreetmap/josm/plugins/graphview/core/property/RoadMaxspeedTest.java	(revision 21609)
@@ -13,5 +13,5 @@
 	public void testEvaluate_numeric() {
 		testMaxspeed(30, "30");
-		testMaxspeed(48, "48.28");
+		testMaxspeed(48.3f, "48.3");
 	}
 
@@ -25,7 +25,7 @@
 	@Test
 	public void testEvaluate_mph() {
-		testMaxspeed(72, "45 mph");
-		testMaxspeed(64, "40mph");
-		testMaxspeed(24, "15	mph");
+		testMaxspeed(72.42048f, "45 mph");
+		testMaxspeed(64.373764f, "40mph");
+		testMaxspeed(24.14016f, "15	mph");
 	}
 
