~dfly720/unity/fix-938353

« back to all changes in this revision

Viewing changes to tests/autopilot/unity/tests/test_dash.py

  • Committer: Marco Mariani
  • Date: 2012-05-31 21:58:19 UTC
  • mfrom: (2341.1.38 unity)
  • Revision ID: dfly720@gmail.com-20120531215819-0er7r9qftgxqvt7a
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# under the terms of the GNU General Public License version 3, as published
7
7
# by the Free Software Foundation.
8
8
 
 
9
from __future__ import absolute_import
 
10
 
9
11
from time import sleep
10
12
 
 
13
from autopilot.matchers import Eventually
11
14
from gtk import Clipboard
12
15
from testtools.matchers import Equals, NotEquals
13
16
 
14
 
from autopilot.matchers import Eventually
15
 
from autopilot.tests import AutopilotTestCase
16
 
 
17
 
 
18
 
class DashTestCase(AutopilotTestCase):
 
17
from unity.tests import UnityTestCase
 
18
 
 
19
 
 
20
class DashTestCase(UnityTestCase):
19
21
    def setUp(self):
20
22
        super(DashTestCase, self).setUp()
21
23
        self.set_unity_log_level("unity.shell", "DEBUG")