Skip to content

Instantly share code, notes, and snippets.

@jezdez
Created November 3, 2010 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jezdez/f6284636f9edd130bd96 to your computer and use it in GitHub Desktop.
Save jezdez/f6284636f9edd130bd96 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: testCommentFlagCommentModel (regressiontests.comment_tests.tests.app_api_tests.CustomCommentTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/jezdez/Code/git/django/tests/regressiontests/comment_tests/tests/app_api_tests.py", line 83, in testCommentFlagCommentModel
self.assertEqual(CommentFlag.comment.field.related.parent_model, CustomComment)
AssertionError: <class 'django.contrib.comments.models.Comment'> != <class 'regressiontests.comment_tests.custom_comments.models.CustomComment'>
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment