Ubuntu Pastebin

Paste from krnekhelesh at Sat, 14 Mar 2015 12:17:27 +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
27
28
29
30
31
32
33
34
Loading tests from: /home/krnekhelesh/Documents/improve-setting-listitem/tests/autopilot

Tests running...
======================================================================
ERROR: ubuntu_clock_app.tests.test_clock.TestClock.test_add_city_from_list_must_add_world_city
----------------------------------------------------------------------
Binary content:
  FailedTestScreenshot (image/png)

/var/log/syslog: {{{Mar 14 13:17:26 krnekhelesh-Inspiron-1525 kernel: [ 1216.867021] input: autopilot-finger as /devices/virtual/input/input30}}}
test-log: {{{
13:17:26.251 INFO logging:45 - TestClock: launch_test_click. Arguments (). Keyword arguments: {}.
13:17:26.251 INFO _launcher:280 - Attempting to launch click application '(default)' from click package  'com.ubuntu.clock' and URIs ''
}}}

Traceback (most recent call last):
  File "/home/krnekhelesh/Documents/improve-setting-listitem/tests/autopilot/ubuntu_clock_app/tests/test_clock.py", line 40, in setUp
    super(TestClock, self).setUp()
  File "/home/krnekhelesh/Documents/improve-setting-listitem/tests/autopilot/ubuntu_clock_app/tests/__init__.py", line 68, in setUp
    launch()
  File "/usr/lib/python3/dist-packages/autopilot/logging.py", line 46, in inner
    return f(instance, *args, **kwargs)
  File "/home/krnekhelesh/Documents/improve-setting-listitem/tests/autopilot/ubuntu_clock_app/tests/__init__.py", line 104, in launch_test_click
    emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
  File "/usr/lib/python3/dist-packages/autopilot/testcase.py", line 323, in launch_click_package
    return launcher.launch(package_id, app_name, app_uris)
  File "/usr/lib/python3/dist-packages/autopilot/application/_launcher.py", line 282, in launch
    app_id = _get_click_app_id(package_id, app_name)
  File "/usr/lib/python3/dist-packages/autopilot/application/_launcher.py", line 462, in _get_click_app_id
    .format(package_id)
RuntimeError: Unable to find package 'com.ubuntu.clock' in the click manifest.

Ran 1 test in 0.774s
FAILED (failures=1)
Download as text