~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/renderer/tests/nonreg_tests/bug_4055.tst

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
// <-- Short Description -->
14
14
// From time to time, when I plot a graphic, scilab displays a blank graphic windows.
15
15
 
16
 
if MSDOS then
 
16
if getos() == 'Windows' then
17
17
 
18
18
if fileinfo(SCI+'\bin\jogl.dll') == [] then pause,end
19
19
if fileinfo(SCI+'\bin\jogl_awt.dll') == [] then pause,end