java/com.sap.sailing.server.trackfiles.test/src/com/sap/sailing/server/trackfiles/test/JumpyTrackSmootheningTest.java
... ...
@@ -200,7 +200,8 @@ public class JumpyTrackSmootheningTest {
200 200
assertEquals(13, markPassings.size());
201 201
}
202 202
assertTrue(durationForAdjustedTrack.times(8).compareTo(durationForOriginalTrack) < 0,
203
- "Expected duration for mark passing analysis on adjusted track to be at least eight times less than for original track");
203
+ "Expected duration for mark passing analysis on adjusted track to be at least eight times less than for original track: "+
204
+ durationForAdjustedTrack+" vs. "+durationForOriginalTrack);
204 205
}
205 206
206 207
private DynamicGPSFixTrack<Competitor, GPSFixMoving> readTrack(String filename) throws Exception {