diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-02 16:36:58 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-02 16:36:58 +0100 |
commit | 79c236e7eef57bd4ebfda743db1354c99806ffa0 (patch) | |
tree | 70c4f45e2b70a8dcb3c9b59464731b1a0236d7f3 /archaeological_context_records/tests.py | |
parent | 2ed9c95849853edbb39f484821b5df8f3a43ec50 (diff) | |
download | Ishtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.tar.bz2 Ishtar-79c236e7eef57bd4ebfda743db1354c99806ffa0.zip |
No more test with spatialite :( Too much cool PostgreSQL features used.
Diffstat (limited to 'archaeological_context_records/tests.py')
-rw-r--r-- | archaeological_context_records/tests.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_context_records/tests.py b/archaeological_context_records/tests.py index d93662a27..6ac1e6873 100644 --- a/archaeological_context_records/tests.py +++ b/archaeological_context_records/tests.py @@ -321,10 +321,6 @@ class ContextRecordTest(ContextRecordInit, TestCase): self.assertEqual(ope_id, 'OP2017-1') def test_downstream_cache_update(self): - if settings.USE_SPATIALITE_FOR_TESTS: - # using views - can only be tested with postgresql - return - cr = self.create_context_record()[0] from archaeological_finds.models import Find, BaseFind, MaterialType |