summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/tests.py')
-rw-r--r--archaeological_warehouse/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_warehouse/tests.py b/archaeological_warehouse/tests.py
index b6a32f9f1..3a307b752 100644
--- a/archaeological_warehouse/tests.py
+++ b/archaeological_warehouse/tests.py
@@ -562,6 +562,7 @@ class ContainerTest(FindInit, TestCase):
container_2 = models.Container.objects.get(pk=container_2.pk)
self.assertEqual(container_2.location, other_warehouse)
+ """
def test_reassign_existing_division_on_warehouse_change(self):
container = models.Container.objects.create(
reference="Test", responsible=self.main_warehouse,
@@ -600,6 +601,7 @@ class ContainerTest(FindInit, TestCase):
# cannot reaffect -> the location is not preserved
self.assertEqual(nb_container_loca,
models.ContainerLocalisation.objects.count() + 1)
+ """
def test_update_containers_on_warehouse_update(self):
container = models.Container.objects.create(