diff options
Diffstat (limited to 'ishtar_common/tests.py')
| -rw-r--r-- | ishtar_common/tests.py | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index a2d7bf46c..a512dcc07 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -271,11 +271,11 @@ class AdminGenTypeTest(TestCase):                  '../ishtar_common/fixtures/initial_importtypes-fr.json',                  settings.ROOT_PATH +                  '../archaeological_operations/fixtures/initial_data-fr.json'] -    gen_models = [models.OrganizationType, models.PersonType, models.TitleType, -              models.AuthorType, models.SourceType, models.OperationType, -              models.SpatialReferenceSystem] -    # models.Format, models.SupportType -- need fixtures -    models_with_data = gen_models  # + [models.ImporterModel] +    gen_models = [ +        models.OrganizationType, models.PersonType, models.TitleType, +        models.AuthorType, models.SourceType, models.OperationType, +        models.SpatialReferenceSystem, models.Format, models.SupportType] +    models_with_data = gen_models  + [models.ImporterModel]      models = models_with_data      module_name = 'ishtar_common' | 
