﻿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
10381	Test failure caused by r9921	Malcolm Tredinnick	Russell Keith-Magee	"This looks minor and I don't want to interrupt my flow to dive deep now. I'm seeing on test failure (both in the full suite and in isolation):
{{{
.-(malcolm@lancre 15:10:35) ~/BleedingEdge/Django/django.git/tests
`--> ./runtests.py --settings=settings fixtures
======================================================================
FAIL: Doctest: modeltests.fixtures.models.__test__.API_TESTS
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/lib/python2.5/site-packages/django/test/_doctest.py"", line 2180, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for modeltests.fixtures.models.__test__.API_TESTS
  File ""/home/malcolm/BleedingEdge/Django/django.git/tests/modeltests/fixtures/models.py"", line unknown line number, in API_TESTS

----------------------------------------------------------------------
File ""/home/malcolm/BleedingEdge/Django/django.git/tests/modeltests/fixtures/models.py"", line ?, in modeltests.fixtures.models.__test__.API_TESTS
Failed example:
    management.call_command('dumpdata', 'fixtures.Category', 'sites', format='json')
Expected:
    [{""pk"": 1, ""model"": ""fixtures.category"", ""fields"": {""description"": ""Latest news stories"", ""title"": ""News Stories""}}, {""pk"": 1, ""model"": ""sites.site"", ""fields"": {""domain"": ""example.com"", ""name"": ""example.com""}}]
Got:
    [{""pk"": 1, ""model"": ""sites.site"", ""fields"": {""domain"": ""example.com"", ""name"": ""example.com""}}, {""pk"": 1, ""model"": ""fixtures.category"", ""fields"": {""description"": ""Latest news stories"", ""title"": ""News Stories""}}]


----------------------------------------------------------------------
Ran 2 tests in 2.773s

FAILED (failures=1)

}}}

Git-bisect narrows it down to r9921 (ticket #5610), which seems quite believable."		closed	Uncategorized	1.0		fixed			Accepted	0	0	0	0	0	0
