summaryrefslogtreecommitdiff
path: root/tests.branching/tag-creates-commit-and-tag.stdout
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-13 16:40:37 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-14 16:59:36 +0000
commit5374f53985d357255126a917b107ce78ece5941d (patch)
tree1ca7fe5a228c1d89a4d8e19f3885bd00966e98ad /tests.branching/tag-creates-commit-and-tag.stdout
parent1c44afdafb32a803e2578ace2545c2fe36373538 (diff)
downloadmorph-5374f53985d357255126a917b107ce78ece5941d.tar.gz
Fix test suite to patch YAML instead of JSON
I shouldn't be doing this in the middle of refactoring, but trying to get the new code to emit exactly the right kind of JSON is too much pain, and these tests need to be rewritten to use YAML in the near future anyway (we'll drop JSON support eventually), so I don't want to spend more time on this than necessary. The changes in this commit convert morphologies in JSON to YAML, and fix test code that modifies the morphologies to work with the YAML. There is probably more JSON lurking about.
Diffstat (limited to 'tests.branching/tag-creates-commit-and-tag.stdout')
-rw-r--r--tests.branching/tag-creates-commit-and-tag.stdout51
1 files changed, 24 insertions, 27 deletions
diff --git a/tests.branching/tag-creates-commit-and-tag.stdout b/tests.branching/tag-creates-commit-and-tag.stdout
index 95a5c34d..cc4efccb 100644
--- a/tests.branching/tag-creates-commit-and-tag.stdout
+++ b/tests.branching/tag-creates-commit-and-tag.stdout
@@ -5,44 +5,41 @@ Date: Tue Jul 31 16:51:54 2012 +0000
Message
-commit e5c9758e3a30321ef2b49f09043e020d0c6f5da6
+commit 30b54ed7d893f5cafff0313e276b393e35ebfb36
Author: developer <developer@example.com>
Date: Tue Jul 31 16:51:54 2012 +0000
Message
diff --git a/hello-stratum.morph b/hello-stratum.morph
-index 3b7be17..87561c1 100644
+index 53e76f3..d060579 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
-@@ -5,8 +5,9 @@
- {
- "name": "hello",
- "repo": "test:hello",
-- "ref": "master",
-- "build-depends": []
-+ "ref": "f4d032b42c0134e67bdf19a43fa99072493667d7",
-+ "build-depends": [],
-+ "unpetrify-ref": "master"
- }
- ]
- }
+@@ -1,7 +1,8 @@
+ chunks:
+ - build-depends: []
+ name: hello
+- ref: master
++ ref: 6c7ddb7a9c0c5bf4ee02a8de030f0892a399c6bb
+ repo: test:hello
++ unpetrify-ref: master
+ kind: stratum
+ name: hello-stratum
diff --git a/hello-system.morph b/hello-system.morph
-index 20e7b5b..388dbcf 100644
+index b0fed3b..4c4ee3e 100644
--- a/hello-system.morph
+++ b/hello-system.morph
-@@ -8,7 +8,8 @@
- {
- "morph": "hello-stratum",
- "repo": "test:morphs",
-- "ref": "master"
-+ "ref": "example-tag",
-+ "unpetrify-ref": "master"
- }
- ]
- }
+@@ -3,6 +3,7 @@ kind: system
+ name: hello-system
+ strata:
+ - morph: hello-stratum
+- ref: master
++ ref: example-tag
+ repo: test:morphs
++ unpetrify-ref: master
+ system-kind: rootfs-tarball
test:morphs
-commit e5c9758e3a30321ef2b49f09043e020d0c6f5da6
+commit 30b54ed7d893f5cafff0313e276b393e35ebfb36
Author: developer <developer@example.com>
AuthorDate: Tue Jul 31 16:51:54 2012 +0000
Commit: developer <developer@example.com>
@@ -50,7 +47,7 @@ CommitDate: Tue Jul 31 16:51:54 2012 +0000
Message
-commit 9d4b0981d6a2118cbd3d045cc1704b224d38296f
+commit 0d291d7caa82fb6535172189f579435471ad6dc6
Author: developer <developer@example.com>
AuthorDate: Tue Jul 31 16:51:54 2012 +0000
Commit: developer <developer@example.com>