summaryrefslogtreecommitdiff
path: root/tests.branching/tag-tag-works-as-expected.stdout
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-22 12:19:24 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-01-22 12:24:55 +0000
commit35ee3e342b0eb2a3224c2bc11c9455c8b25d8947 (patch)
tree5cca270a6f2a07741f7bcd928c7b10749fd3d437 /tests.branching/tag-tag-works-as-expected.stdout
parent767bf61ed6b40cd705b5e156fc79bd2130ec5d86 (diff)
downloadmorph-35ee3e342b0eb2a3224c2bc11c9455c8b25d8947.tar.gz
Rename morph tag tests to follow pattern
The pattern is COMMAND-assertion, not morph-COMMAND-assertion.
Diffstat (limited to 'tests.branching/tag-tag-works-as-expected.stdout')
-rw-r--r--tests.branching/tag-tag-works-as-expected.stdout62
1 files changed, 62 insertions, 0 deletions
diff --git a/tests.branching/tag-tag-works-as-expected.stdout b/tests.branching/tag-tag-works-as-expected.stdout
new file mode 100644
index 00000000..ec12ba66
--- /dev/null
+++ b/tests.branching/tag-tag-works-as-expected.stdout
@@ -0,0 +1,62 @@
+test:morphs
+example-tag
+tagged-tag
+test:morphs
+tag tagged-tag
+Tagger: developer <developer@example.com>
+Date: Tue Jul 31 16:51:54 2012 +0000
+
+Second
+
+commit a96154002b3ffe71bd120e38682edbbe40b8453b
+Author: developer <developer@example.com>
+Date: Tue Jul 31 16:51:54 2012 +0000
+
+ Second
+
+diff --git a/hello-stratum.morph b/hello-stratum.morph
+index 3b7be17..87561c1 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"
+ }
+ ]
+ }
+diff --git a/hello-system.morph b/hello-system.morph
+index f3f64b4..2981e9b 100644
+--- a/hello-system.morph
++++ b/hello-system.morph
+@@ -8,7 +8,8 @@
+ {
+ "morph": "hello-stratum",
+ "repo": "test:morphs",
+- "ref": "master"
++ "ref": "tagged-tag",
++ "unpetrify-ref": "master"
+ }
+ ]
+ }
+test:morphs
+commit a96154002b3ffe71bd120e38682edbbe40b8453b
+Author: developer <developer@example.com>
+AuthorDate: Tue Jul 31 16:51:54 2012 +0000
+Commit: developer <developer@example.com>
+CommitDate: Tue Jul 31 16:51:54 2012 +0000
+
+ Second
+
+commit 48d38ef3f39857d7dba4ed1ffc51653c6bed4906
+Author: developer <developer@example.com>
+AuthorDate: Tue Jul 31 16:51:54 2012 +0000
+Commit: developer <developer@example.com>
+CommitDate: Tue Jul 31 16:51:54 2012 +0000
+
+ initial