~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to scripts/tests/sky_image4.ssc

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2012-05-18 13:26:18 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120518132618-3uso09fo68c218cx
Tags: 0.11.2-1
* Imported Upstream version 0.11.1 and then 0.11.2 (Closes: #658431)
* Change maintainer (Closes: #668916)
* Machine-readable copyright file
* Bump Standards-Version to 3.9.3
* Update debhelper compat to 9
* Fix lintian duplicate-font-file warning
* Fix copyright-refers-to-symlink-license lintian tag
* Add lintian override for embedded-library error

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
core.wait(1.5);
46
46
 
47
47
status("showing image (should fade in)");
48
 
StelSkyImageMgr.showImage("image1", true); 
49
 
core.wait(0.5);
50
 
StelSkyImageMgr.showImage("image2", true); 
51
 
core.wait(0.5);
52
 
StelSkyImageMgr.showImage("image3", true); 
53
 
core.wait(0.5);
54
 
StelSkyImageMgr.showImage("image4", true); 
 
48
ScreenImageMgr.showImage("image1", true); 
 
49
core.wait(0.5);
 
50
ScreenImageMgr.showImage("image2", true); 
 
51
core.wait(0.5);
 
52
ScreenImageMgr.showImage("image3", true); 
 
53
core.wait(0.5);
 
54
ScreenImageMgr.showImage("image4", true); 
55
55
 
56
56
core.wait(4.5);
57
57
 
58
58
status("hiding image (should fade out)");
59
 
StelSkyImageMgr.showImage("image1", false); 
60
 
core.wait(0.5);
61
 
StelSkyImageMgr.showImage("image2", false); 
62
 
core.wait(0.5);
63
 
StelSkyImageMgr.showImage("image3", false); 
64
 
core.wait(0.5);
65
 
StelSkyImageMgr.showImage("image4", false); 
 
59
ScreenImageMgr.showImage("image1", false); 
 
60
core.wait(0.5);
 
61
ScreenImageMgr.showImage("image2", false); 
 
62
core.wait(0.5);
 
63
ScreenImageMgr.showImage("image3", false); 
 
64
core.wait(0.5);
 
65
ScreenImageMgr.showImage("image4", false); 
66
66
 
67
67
core.wait(1.5);
68
68