Ubuntu Pastebin

Paste from Saviq at Thu, 16 Apr 2015 14:28:28 +0000

Download as text
1
2
3
4
5
6
7
8
9
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/unity8/shell/tests/test_rotation.py", line 67, in test_fake_sensor
    self.assertThat(oriented_shell_proxy.physicalOrientation, Eventually(Equals(target_orientation), timeout=15))
  File "/usr/lib/python3/dist-packages/testtools/testcase.py", line 423, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: After 15.0 seconds test on OrientedShell.physicalOrientation failed: 8 != dbus.Int32(1, variant_level=1)

Ran 2 tests in 65.005s
FAILED (failures=1)
Download as text