Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created February 13, 2013 20:57
Show Gist options
  • Save groovecoder/4948187 to your computer and use it in GitHub Desktop.
Save groovecoder/4948187 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_section_edit_review_tags (wiki.tests.test_views.SectionEditingResourceTests)
review tags are preserved in section editing.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/vagrant/apps/wiki/tests/test_views.py", line 2347, in test_section_edit_review_tags
[t.name for t in changed.review_tags.all()])
File "/vagrant/vendor/packages/nose/nose/tools.py", line 31, in eq_
assert a == b, msg or "%r != %r" % (a, b)
AssertionError: ['foo', 'bar'] != [u'bar', u'foo']
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment