summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer_tests.py
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-16 14:38:14 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-16 14:38:14 +0000
commit5a800863ca1b26a68b9268138192d0ed793618ba (patch)
tree91edafb4df84eb9c0a11e313b35f8d1a2e5414f5 /morphlib/cachekeycomputer_tests.py
parente787f8e2c9b5abd5b6405427cf17072d4b8e19c9 (diff)
downloadmorph-5a800863ca1b26a68b9268138192d0ed793618ba.tar.gz
This commit exists because I am not going to be around for a week and a half so I'm putting this here in case anyone picks up this while I'm gone. It will want splitting up and rebasing.
Diffstat (limited to 'morphlib/cachekeycomputer_tests.py')
-rw-r--r--morphlib/cachekeycomputer_tests.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/morphlib/cachekeycomputer_tests.py b/morphlib/cachekeycomputer_tests.py
index dd10307f..2b963142 100644
--- a/morphlib/cachekeycomputer_tests.py
+++ b/morphlib/cachekeycomputer_tests.py
@@ -51,7 +51,7 @@ class CacheKeyComputerTests(unittest.TestCase):
"kind": "stratum",
"chunks": [
{
- "name": "chunk",
+ "name": "chunk.morph",
"repo": "repo",
"ref": "original/ref",
"build-depends": []
@@ -63,13 +63,13 @@ class CacheKeyComputerTests(unittest.TestCase):
"kind": "stratum",
"chunks": [
{
- "name": "chunk2",
+ "name": "chunk2.morph",
"repo": "repo",
"ref": "original/ref",
"build-depends": []
},
{
- "name": "chunk3",
+ "name": "chunk3.morph",
"repo": "repo",
"ref": "original/ref",
"build-depends": []
@@ -81,12 +81,12 @@ class CacheKeyComputerTests(unittest.TestCase):
"kind": "system",
"strata": [
{
- "morph": "stratum",
+ "morph": "stratum.morph",
"repo": "repo",
"ref": "original/ref"
},
{
- "morph": "stratum2",
+ "morph": "stratum2.morph",
"repo": "repo",
"ref": "original/ref"
}