FAIL: Doctest: modeltests.schemas.models.__test__.API_TESTS ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/akaihola/django/django/test/_doctest.py", line 2180, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for modeltests.schemas.models.__test__.API_TESTS File "/home/akaihola/django/tests/modeltests/schemas/models.py", line unknown line number, in API_TESTS ---------------------------------------------------------------------- File "/home/akaihola/django/tests/modeltests/schemas/models.py", line ?, in modeltests.schemas.models.__test__.API_TESTS Failed example: if connection.introspection.table_name_converter(e._meta.db_table) in tables: print "ok" else: print "schema=" + e._meta.db_schema print "tables=%s" % tables Expected: ok Got: schema=test_schema tables=[u'test_schema.schema_blog_entries', u'test_schema.schemas_comment'] ======================================================================