Ubuntu Pastebin

Paste from elopio at Mon, 9 Feb 2015 19:29:12 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=== modified file 'tests/autopilot/pay_ui/tests/__init__.py'
--- tests/autopilot/pay_ui/tests/__init__.py	2015-02-05 18:54:08 +0000
+++ tests/autopilot/pay_ui/tests/__init__.py	2015-02-09 18:56:05 +0000
@@ -86,7 +86,7 @@
             '--desktop_file_hint=%s' % desktop_file_path,
             app_type='qt',
             emulator_base=uutk.UbuntuUIToolkitCustomProxyObjectBase)
-        
+
 
     def get_installed_directory(self, package):
         """Return the installed path for %package, or an empty string."""
@@ -101,9 +101,11 @@
             return ''
         else:
             return manifest['_directory']
-        
-        
+
+
     @property
     def main_view(self):
         """Return main view"""
+        self.app.print_tree(
+            os.path.join(os.environ.get('ADT_ARTIFACTS'), 'tree.txt'))
         return self.app.select_single(objectName='payui')
Download as text