Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests fails #2

Open
bretonium opened this issue Mar 22, 2012 · 0 comments
Open

tests fails #2

bretonium opened this issue Mar 22, 2012 · 0 comments

Comments

@bretonium
Copy link

 % python manage.py test multiforloop                                                   
Creating test database for alias 'default'...
.FFF...
======================================================================
FAIL: test_for_tag_multi_longest (multiforloop.tests.TagTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 29, in test_for_tag_multi_longest
    self.tag_test(template, context, output)
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 9, in tag_test
    self.assertEqual(t.render(c), output)
AssertionError: u'one:two/1:2/carrot:orange/apple:/' != u'one:two/1:2/carrot:orange/apple:INVALID/'

======================================================================
FAIL: test_for_tag_multi_longest_empty (multiforloop.tests.TagTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 35, in test_for_tag_multi_longest_empty
    self.tag_test(template, context, output)
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 9, in tag_test
    self.assertEqual(t.render(c), output)
AssertionError: u'one:/1:/carrot:/apple:/' != u'one:INVALID/1:INVALID/carrot:INVALID/apple:INVALID/'

======================================================================
FAIL: test_for_tag_multi_longest_null (multiforloop.tests.TagTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 41, in test_for_tag_multi_longest_null
    self.tag_test(template, context, output)
  File "/home/breton/src/likocorp/env/src/django-multiforloop/multiforloop/tests.py", line 9, in tag_test
    self.assertEqual(t.render(c), output)
AssertionError: u'one:/1:/carrot:/apple:/' != u'one:INVALID/1:INVALID/carrot:INVALID/apple:INVALID/'

----------------------------------------------------------------------
Ran 7 tests in 0.042s

FAILED (failures=3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant