summaryrefslogtreecommitdiff
path: root/tests.branching/edit-updates-stratum.stdout
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-07 15:51:01 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-07 18:53:48 +0000
commitb599757873d5f05e82647287dfd1387f2426e5c5 (patch)
tree45813def262ff7d58b0e3c9564670fd0907d9ff7 /tests.branching/edit-updates-stratum.stdout
parent25067e0ff261577da0ace26126c01e2829d7e5b7 (diff)
downloadmorph-b599757873d5f05e82647287dfd1387f2426e5c5.tar.gz
tests: Use test: URL prefix instead of baserock: throughout
Some tests already used test: and in order to be able to share the scripts/setup-3rd-party-strata script they need to all use the same prefix. Using baserock: implies that we are using real code from Baserock, so I picked test: because the tests only ever use mock morphologies and no real code.
Diffstat (limited to 'tests.branching/edit-updates-stratum.stdout')
-rw-r--r--tests.branching/edit-updates-stratum.stdout8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests.branching/edit-updates-stratum.stdout b/tests.branching/edit-updates-stratum.stdout
index 260ac9a6..1e239196 100644
--- a/tests.branching/edit-updates-stratum.stdout
+++ b/tests.branching/edit-updates-stratum.stdout
@@ -1,24 +1,24 @@
diff --git a/hello-stratum.morph b/hello-stratum.morph
-index 006a96c..68fcbff 100644
+index 3b7be17..febfa60 100644
--- a/hello-stratum.morph
+++ b/hello-stratum.morph
@@ -5,7 +5,7 @@
{
"name": "hello",
- "repo": "baserock:hello",
+ "repo": "test:hello",
- "ref": "master",
+ "ref": "newbranch",
"build-depends": []
}
]
diff --git a/hello-system.morph b/hello-system.morph
-index 1a33ed6..9cca1bf 100644
+index f3f64b4..99516e3 100644
--- a/hello-system.morph
+++ b/hello-system.morph
@@ -8,7 +8,7 @@
{
"morph": "hello-stratum",
- "repo": "baserock:morphs",
+ "repo": "test:morphs",
- "ref": "master"
+ "ref": "newbranch"
}