summaryrefslogtreecommitdiff
path: root/morphlib/buildorder_tests.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-16 19:11:23 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-16 19:11:23 +0100
commit84e51a23a2ed2b9aeac03fc8f08050ecfc56ab4d (patch)
treeceecf3ca405c9007df7b8857d499cae595f6aa34 /morphlib/buildorder_tests.py
parentd2d2007a322c8187f20ac8c1a0ee6fcb3bd9bc24 (diff)
downloadmorph-84e51a23a2ed2b9aeac03fc8f08050ecfc56ab4d.tar.gz
Remove buggy cyclic dependency chain check from ArtifactResolver.
However, leave a TODO note that we really want this in the source.
Diffstat (limited to 'morphlib/buildorder_tests.py')
-rw-r--r--morphlib/buildorder_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildorder_tests.py b/morphlib/buildorder_tests.py
index 162c4d85..67fbdf4f 100644
--- a/morphlib/buildorder_tests.py
+++ b/morphlib/buildorder_tests.py
@@ -122,7 +122,7 @@ class BuildOrderTests(unittest.TestCase):
self.assertEqual(order.groups[0], [artifact1, artifact2])
self.assertEqual(order.groups[1], [artifact3])
- def test_detection_of_cyclic_dependency(self):
+ def test_detection_of_cyclic_dependency_chain(self):
chunk1 = FakeSource()
artifact1 = morphlib.artifact.Artifact(chunk1, 'chunk1', 'key1')