~geoff.bache/storytext/selftest-trunk

« back to all changes in this revision

Viewing changes to swt/testsuite.pyusecase

  • Committer: Geoff Bache
  • Date: 2010-12-17 08:49:12 UTC
  • Revision ID: geoff.bache@jeppesen.com-20101217084912-opbnkg2uuxq0ihx3
New test for sibling widgets becoming visible at the same time

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Test for things appearing, and also grid layout description
20
20
enter_text
21
21
 
22
 
# Test for things appearing during the run
23
 
visibility
24
 
 
25
 
# It's possible for things to be shown and then immediately hidden and disposed.
26
 
# Don't be fooled!
27
 
show_and_dispose
28
 
 
29
22
# Test for CTabFolder widgets
30
23
tabfolder
31
24
 
34
27
 
35
28
# Test an eclipse RCP application (rcpmail demo)
36
29
eclipse_rcp
 
30
 
 
31
# Test for widgets that become visible during the run
 
32
visibility