#22816: Oracle test failure: Inspecting NullBooleanField
-------------------------------------+-------------------------------------
               Reporter:  shai       |          Owner:  shai
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  1.7-beta-2
  layer (models, ORM)                |       Keywords:  oracle
               Severity:  Release    |      Has patch:  0
  blocker                            |    Needs tests:  0
           Triage Stage:  Accepted   |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 {{{
 ======================================================================
 FAIL: test_number_field_types (inspectdb.tests.InspectDBTestCase)
 Test introspection of various Django field types
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "<.../tests/inspectdb/tests.py",> line 95, in
 test_number_field_types
     assertFieldType('null_bool_field', "models.BooleanField()")
   File "<.../tests/inspectdb/tests.py",> line 38, in assertFieldType
     self.assertEqual(definition, out_def)
 AssertionError: u'models.BooleanField()' != 'models.NullBooleanField()'

 ----------------------------------------------------------------------
 Ran 7008 tests in 11909.588s

 FAILED (failures=1, skipped=333, expected failures=8)
 }}}

 The copied report was on master, but 1.7 has it too.
 It's probably some minor thing, I'll deal with it later today.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22816>
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/047.e5b96847724ff935e09cc70700d2e232%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to