We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b868d2f commit 4864949Copy full SHA for 4864949
app/rtplot/src/test/java/org/csstudio/javafx/rtplot/LogTicksTest.java
@@ -46,7 +46,7 @@ public void testLogTicks()
46
System.out.println("Ticks for " + start + " .. " + end + ":");
47
text = ticks2text(ticks);
48
System.out.println(text);
49
- assertThat(text, equalTo("'1.1E3' '1.2E3' "));
+ assertThat(text, equalTo("'1.05E3' '1.10E3' '1.15E3' '1.20E3' "));
50
51
}
52
0 commit comments