~feng-kylin/unity8/OpenUrlInIndicator

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/shell/tests/testhud.py

  • Committer: Tarmac
  • Author(s): Nick Dedekind, Launchpad Translations on behalf of unity-team
  • Date: 2013-07-11 19:50:27 UTC
  • mfrom: (2.5.114 indicators-client)
  • Revision ID: tarmac-20130711195027-yheu3w2oc42c1h7s
Moved indicators-client code into unity8. Fixes: https://bugs.launchpad.net/bugs/1191132, https://bugs.launchpad.net/bugs/1191822.

Approved by PS Jenkins bot, Michał Sawicz, Nicolas d'Offay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
from __future__ import absolute_import
27
27
 
28
 
from unity8.tests import ShellTestCase, FormFactors
29
 
from unity8.tests.helpers import TestShellHelpers
 
28
from unity8.shell.tests import ShellTestCase, FormFactors
 
29
from unity8.shell.tests.helpers import TestShellHelpers
30
30
 
31
31
from autopilot.input import Mouse, Touch, Pointer
32
32
from testtools.matchers import Equals, NotEquals, GreaterThan, MismatchError