projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Fix sub_ticks tests with Scirenderer 1.1.0
[scilab.git]
/
scilab
/
modules
/
graphics
/
tests
/
nonreg_tests
/
bug_3404.tst
diff --git
a/scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
b/scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
index
dd12c97
..
244a7c8
100644
(file)
--- a/
scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
+++ b/
scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
@@
-22,7
+22,7
@@
a.data_bounds = [1e-9,-20;10,10];
a.axes_visible = "on";
a.log_flags = "lnn";
-expectedLocations = 10^(-10:6:2)';
+expectedLocations = 10^(-10:3:2)';
// compare the expected locations and the real ones
assert_checkalmostequal(expectedLocations, a.x_ticks.locations);