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
f15644d
..
244a7c8
100644
(file)
--- a/
scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
+++ b/
scilab/modules/graphics/tests/nonreg_tests/bug_3404.tst
@@
-23,7
+23,6
@@
a.axes_visible = "on";
a.log_flags = "lnn";
expectedLocations = 10^(-10:3:2)';
-sleep(200)//Wait for MVC update
// compare the expected locations and the real ones
assert_checkalmostequal(expectedLocations, a.x_ticks.locations);