Test failures caused by different DB ordering
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Apps Directory |
Fix Released
|
Medium
|
Natalia Bidart |
Bug Description
=======
FAIL: test_screenshots (webcatalog.
-------
Traceback (most recent call last):
File "/home/
urls)
AssertionError: Lists differ: ['http://
First differing element 0:
http://
http://
- ['http://
+ [u'http://
=======
FAIL: test_video_
-------
Traceback (most recent call last):
File "/home/
urls)
AssertionError: Lists differ: ['http://
First differing element 0:
http://
http://
- ['http://
+ [u'http://
=======
FAIL: test_save_
-------
Traceback (most recent call last):
File "/home/
], actual_urls)
AssertionError: Lists differ: ['http://
First differing element 0:
http://
http://
- ['http://
? ^^^ ---- - ^^
+ [u'http://
? + ^^^ + ^
- 'http://
+ u'http://
? +
- 'http://
? ^^^ - ^
+ u'http://
? + ^^^ ++++ + ^^
-------
Ran 255 tests in 22.665s
FAILED (failures=3)
Related branches
- Anthony Lenton (community): Approve
- Michael Nelson: Pending requested
-
Diff: 20 lines (+2/-1)1 file modifiedsrc/webcatalog/models/applications.py (+2/-1)
Changed in ubuntu-webcatalog: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Natalia Bidart (nataliabidart) |
Changed in ubuntu-webcatalog: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-webcatalog: | |
status: | Fix Committed → Fix Released |
milestone: | none → 12.06 |