Skip to content

Commit 34183bf

Browse files
committed
bug5959: another adjustment trying to fix sporadic test failures
1 parent eab1bdb commit 34183bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/com.sap.sailing.domain.test/src/com/sap/sailing/domain/test/PhilippBuhlsDoublePenaltyCircleAtKielerWoche2014Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void setUp() throws Exception {
6666
public void testDoublePenaltyForPhilippAndTobiasAndMaximAndDharmender() throws ParseException, NoWindException {
6767
assertTwoPenalties("Buhl", "06/21/2014-13:03:18", "06/21/2014-13:03:47", "06/21/2014-13:03:30", "06/21/2014-13:03:40");
6868
assertTwoPenalties("Dharmender Singh", "06/21/2014-12:51:40", "06/21/2014-12:52:40", "06/21/2014-12:52:01", "06/21/2014-12:52:10");
69-
assertTwoPenalties("Schadewaldt", "06/21/2014-12:46:50", "06/21/2014-12:47:30", "06/21/2014-12:47:10", "06/21/2014-12:47:19");
69+
assertTwoPenalties("Schadewaldt", "06/21/2014-12:46:50", "06/21/2014-12:47:30", "06/21/2014-12:47:14", "06/21/2014-12:47:19");
7070
assertTwoPenalties("Maxim Nikolaev", "06/21/2014-12:49:22", "06/21/2014-12:50:13", "06/21/2014-12:49:37", "06/21/2014-12:49:52");
7171
}
7272

0 commit comments

Comments
 (0)