Advertisement
Guest User

Untitled

a guest
Oct 7th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. ======================================================================
  2. FAIL: ubuntu_clock_app.tests.test_timer.TestTimer.test_delete_preset(with mouse)
  3. ----------------------------------------------------------------------
  4. _StringException: Empty attachments:
  5.   process-stdout
  6.  
  7. process-return-code: {{{-15}}}
  8. process-stderr: {{{
  9. Loading testability driver.
  10. WARNING: default alarm manager not installed, using "memory" manager.
  11. This manager may not provide all the needed features.
  12. [CLOCK] StopwatchPage loaded
  13. [CLOCK] Timer Preset Database loaded
  14. [CLOCK] TimerPage loaded
  15. [CLOCK] Alarm Database loaded
  16. [CLOCK] AlarmPage loaded
  17. [CLOCK] No Alarms Present
  18. [CLOCK] Clock Database loaded
  19. [CLOCK] ClockPage loaded
  20. [CLOCK] Saved Current Location: Lutry
  21. [CLOCK] Saved Current Location Coordinates: 6.68647,46.50241
  22. [CLOCK] MainView loaded
  23. [CLOCK] Retrieving Sunrise/Sunset times from disk
  24. }}}
  25.  
  26. Traceback (most recent call last):
  27.   File "/home/acerisara/Projects/ubuntu-clock-app/tests/autopilot/ubuntu_clock_app/tests/test_timer.py", line 142, in test_delete_preset
  28.     Eventually(Equals(num_of_presets_old - 1)))
  29. MismatchError: After 10.0 seconds test failed: 1 != 2
  30.  
  31.  
  32. Ran 6 tests in 189.536s
  33. FAILED (failures=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement