~om26er/ubuntu-ui-toolkit/screen_unlock

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitookit/tests/gallery/test_gallery.py

  • Committer: Leo Arias
  • Date: 2013-07-23 22:13:26 UTC
  • mto: This revision was merged to the branch mainline in revision 653.
  • Revision ID: leo.arias@canonical.com-20130723221326-axefhq2ufgsusx5s
Renamed the package UbuntuUiToolkit to ubuntuuitoolkit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from testtools.matchers import Is, Not, Equals
27
27
from testtools import skip
28
28
 
29
 
from UbuntuUiToolkit import tests
 
29
from ubuntuuitoolkit import tests
30
30
 
31
31
 
32
32
class GalleryTestCase(tests.UbuntuUiToolkitTestCase):