﻿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
12703	admin_view test failures caused by r12297	Russell Keith-Magee	nobody	"
Updating to a trunk after r12297 yields two test suite failures:
{{{
======================================================================
FAIL: test_changelist_input_html (regressiontests.admin_views.tests.AdminViewListEditable)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/rkm/projects/django/hg/tests/regressiontests/admin_views/tests.py"", line 936, in test_changelist_input_html
    self.failUnlessEqual(response.content.count(""<input""), 16)
AssertionError: 17 != 16

======================================================================
FAIL: test_readonly_get (regressiontests.admin_views.tests.ReadonlyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/rkm/projects/django/hg/tests/regressiontests/admin_views/tests.py"", line 1758, in test_readonly_get
    self.assertEqual(response.content.count(""input""), 10)
AssertionError: 5 != 10

----------------------------------------------------------------------
Ran 2 tests in 0.843s
}}}"		closed	contrib.admin	dev		fixed			Unreviewed	0	0	0	0	0	0
