diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-03 16:02:46 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-03 16:02:46 +0200 |
commit | 40ffb48d6075a14a9591d6a7c83f40ef5afe97e5 (patch) | |
tree | 1f80cbb46ef1df0be2a42c34320e2ea8e507e805 /ishtar_common/tests.py | |
parent | 3eb00c5048bafcabf7643155426398a2b887cf0d (diff) | |
download | Ishtar-40ffb48d6075a14a9591d6a7c83f40ef5afe97e5.tar.bz2 Ishtar-40ffb48d6075a14a9591d6a7c83f40ef5afe97e5.zip |
Import: add management of link between user data and db data
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 4b4f38e4a..8745b079d 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -103,7 +103,6 @@ class MergeTest(TestCase): self.assertTrue(self.person_types[1] in self.person_3.person_types.all()) class ImportKeyTest(TestCase): - def testKeys(self): content_type = ContentType.objects.get_for_model(models.OrganizationType) |