#24148: test_combined_expression test failure on Windows/Python 2
-------------------------------------+-------------------------------------
               Reporter:  timgraham  |          Owner:  nobody
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  master
  layer (models, ORM)                |
               Severity:  Release    |       Keywords:
  blocker                            |
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 {{{
 =====================================================================
 FAIL: test_combined_expression
 (expressions_case.tests.CaseExpressionTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "c:\Users\Tim\code\django\tests\expressions_case\tests.py", line
 257, in
 test_combined_expression
     transform=attrgetter('integer', 'test')
   File "c:\users\tim\code\django\django\test\testcases.py", line 883, in
 assertQ
 uerysetEqual
     return self.assertEqual(list(items), values, msg=msg)
 AssertionError: Lists differ: [(1, 3), (2, 3), (3, 4), (2, 3... != [(1,
 3), (2,
 2), (3, 4), (2, 2...

 First differing element 1:
 (2, 3)
 (2, 2)

 - [(1, 3), (2, 3), (3, 4), (2, 3), (3, 4), (3, 4), (4, 4)]
 ?              ^               ^

 + [(1, 3), (2, 2), (3, 4), (2, 2), (3, 4), (3, 4), (4, 4)]
 ?              ^               ^
 }}}

 No problem on Python 3.4.

--
Ticket URL: <https://code.djangoproject.com/ticket/24148>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.2b6d06271d9f02853c6a791a6de2f629%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to