summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-17 22:45:10 +0300
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-05-17 22:45:10 +0300
commit8dc8e8f153032461af95b73617617954cd6d600d (patch)
treee2fb4b63e30cdff493250b74c3fccb1921889492 /tests.branching/edit-updates-stratum.stdout
parent8732c86d6eb9e0efa5ce2af294a67af08c8561d0 (diff)
downloadmorph-8dc8e8f153032461af95b73617617954cd6d600d.tar.gz
Add test case for "morph edit" updating strata
Diffstat (limited to 'tests.branching/edit-updates-stratum.stdout')
-rw-r--r--tests.branching/edit-updates-stratum.stdout22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests.branching/edit-updates-stratum.stdout b/tests.branching/edit-updates-stratum.stdout
new file mode 100644
index 00000000..7dd3a8e2
--- /dev/null
+++ b/tests.branching/edit-updates-stratum.stdout
@@ -0,0 +1,22 @@
+diff --git a/hello-stratum.morph b/hello-stratum.morph
+index d7c0afe..af63df7 100644
+--- a/hello-stratum.morph
++++ b/hello-stratum.morph
+@@ -1,10 +1,13 @@
+ {
+- "name": "hello-stratum",
+- "kind": "stratum",
++ "build-system": "manual",
++ "kind": "stratum",
++ "name": "hello-stratum",
+ "sources": [
+ {
+- "name": "hello",
+- "ref": "master",
++ "build-depends": null,
++ "morph": "hello",
++ "name": "hello",
++ "ref": "newbranch",
+ "repo": "baserock:hello"
+ }
+ ]