mirror of
https://github.com/django/django.git
synced 2024-11-24 20:07:01 +01:00
Fixed #373 - Fix test.
This commit is contained in:
parent
e714f86ff6
commit
e8ee68f066
@ -115,6 +115,7 @@ TEST_RESULTS = {
|
||||
"id",
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"data_not_concrete_abstract",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
@ -134,6 +135,7 @@ TEST_RESULTS = {
|
||||
"id",
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"data_not_concrete_abstract",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
@ -146,6 +148,7 @@ TEST_RESULTS = {
|
||||
AbstractPerson: [
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"data_not_concrete_abstract",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
@ -173,6 +176,7 @@ TEST_RESULTS = {
|
||||
"id",
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"data_not_concrete_abstract",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
@ -185,6 +189,7 @@ TEST_RESULTS = {
|
||||
AbstractPerson: [
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"data_not_concrete_abstract",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
@ -211,6 +216,7 @@ TEST_RESULTS = {
|
||||
"id",
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
"data_base",
|
||||
@ -221,6 +227,7 @@ TEST_RESULTS = {
|
||||
AbstractPerson: [
|
||||
"data_abstract",
|
||||
"fk_abstract_id",
|
||||
"relation_id",
|
||||
"content_type_abstract_id",
|
||||
"object_id_abstract",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user