summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
diff options
context:
space:
mode:
authorRichard Ipsum <richardipsum@fastmail.co.uk>2014-10-05 20:25:05 +0100
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-10-09 10:34:49 +0100
commit5c395fa2eef5db538c266085dd8f970a3883dd7c (patch)
tree2d812efa669968d5555a89b397a0ef5b99f4c333 /morphlib/cachekeycomputer_tests.py
parent78e3b858bb15e5df66a3b1c7c286643726d45388 (diff)
downloadmorph-5c395fa2eef5db538c266085dd8f970a3883dd7c.tar.gz
Update artifact resolver and ckc tests
The original resolve_artifacts method is essentially unchanged, it's just private now. This means that aside from this name change the tests remain the same.
Diffstat (limited to 'morphlib/cachekeycomputer_tests.py')
-rw-r--r--morphlib/cachekeycomputer_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py
index 55936f94..57739983 100644
--- a/morphlib/cachekeycomputer_tests.py
+++ b/morphlib/cachekeycomputer_tests.py
@@ -99,7 +99,7 @@ class CacheKeyComputerTests(unittest.TestCase):
"USER": "foouser",
"USERNAME": "foouser"}, 'dummy')
self.artifact_resolver = morphlib.artifactresolver.ArtifactResolver()
- self.artifacts = self.artifact_resolver.resolve_artifacts(
+ self.artifacts = self.artifact_resolver._resolve_artifacts(
self.source_pool)
self.ckc = morphlib.cachekeycomputer.CacheKeyComputer(self.build_env)