﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
24148	test_combined_expression test failure on Windows/Python 2	Tim Graham	Michał Modzelewski	"{{{
=====================================================================
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."	Bug	closed	Database layer (models, ORM)	dev	Release blocker	fixed		Michał Modzelewski	Accepted	1	0	0	0	0	0
