~gerboland/unity-2d/testability-test-fixes

« back to all changes in this revision

Viewing changes to tests/dash/fullscreen.rb

  • Committer: Gerry Boland
  • Date: 2012-03-05 16:51:12 UTC
  • Revision ID: gerry.boland@canonical.com-20120305165112-epzeamivcdgpy8vh
[tests] Update tests to choose between multiple panels

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                    :arguments => "-testability",
69
69
                    :sleeptime => 2)
70
70
 
71
 
    verify(10){ @panel.Unity2dPanel() }
 
71
    verify(10){ @panel.Unity2dPanel( :name => '0' ) }
72
72
    verify(10){ @shell.ShellDeclarativeView() }
73
73
  end
74
74