﻿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
19391	Oracle test failure in 1.5.x and master	Anssi Kääriäinen	nobody	"The fix for #17911 (commit 29d59a879ea5b116cc31a2fd91be1f7562e487c2) doesn't work on Oracle. The reason is our old friend ""lets treat '' as NULL"".

The failure is this:
{{{
======================================================================
FAIL: test_change_form_renders_correct_null_choice_value (regressiontests.admin_views.tests.ReadonlyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/home/akaariai/Programming/django/tests/regressiontests/admin_views/tests.py"", line 3211, in test_change_form_renders_correct_null_choice_value
    self.assertContains(response, '<p>No opinion</p>', html=True)
  File ""/home/akaariai/Programming/django/tests/django/test/testcases.py"", line 632, in assertContains
    msg_prefix + ""Couldn't find '%s' in response"" % text)
AssertionError: Couldn't find '<p>
No opinion
</p>' in response
}}}

I am marking this as a release blocker because it is expected that all tests pass on all supported databases on release. In any other sense this isn't severe at all."	Bug	closed	Database layer (models, ORM)	1.5-beta-1	Release blocker	fixed	oracle		Unreviewed	0	0	0	0	0	0
