#31800: Oracle InspectDB tests fail on Windows
-------------------------------------+-------------------------------------
Reporter: Ahmad A. | Owner: nobody
Hussein |
Type: Bug | Status: new
Component: Database | Version: master
layer (models, ORM) | Keywords: oracle, inspectdb,
Severity: Normal | windows
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
{{{
======================================================================
FAIL: test_field_types (inspectdb.tests.InspectDBTestCase)
Test introspection of various Django field types
----------------------------------------------------------------------
Traceback (most recent call last):
File "django\tests\inspectdb\tests.py", line 86, in test_field_types
assertFieldType('date_field', "models.DateField()")
File "django\tests\inspectdb\tests.py", line 57, in assertFieldType
self.assertEqual(definition, out_def)
AssertionError: 'models.DateField()' != 'models.TextField() # This field
type is a guess.'
- models.DateField()
+ models.TextField() # This field type is a guess.
======================================================================
FAIL: test_number_field_types (inspectdb.tests.InspectDBTestCase)
Test introspection of various Django field types
----------------------------------------------------------------------
Traceback (most recent call last):
File "django\tests\inspectdb\tests.py", line 123, in
test_number_field_types
assertFieldType('decimal_field', "models.DecimalField(max_digits=6,
decimal_places=1)")
File "django\tests\inspectdb\tests.py", line 57, in assertFieldType
self.assertEqual(definition, out_def)
AssertionError: 'models.DecimalField(max_digits=6, decimal_places=1)' !=
'models.TextField() # This field type is a guess.'
- models.DecimalField(max_digits=6, decimal_places=1)
+ models.TextField() # This field type is a guess.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31800>
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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/051.7f632f63c7bf28becabcdc12bf2ded6b%40djangoproject.com.