From b599757873d5f05e82647287dfd1387f2426e5c5 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Wed, 7 Nov 2012 15:51:01 +0000 Subject: 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. --- .../branch-creates-new-system-branch-not-from-master.stdout | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests.branching/branch-creates-new-system-branch-not-from-master.stdout') diff --git a/tests.branching/branch-creates-new-system-branch-not-from-master.stdout b/tests.branching/branch-creates-new-system-branch-not-from-master.stdout index 27e4944a..948c5d19 100644 --- a/tests.branching/branch-creates-new-system-branch-not-from-master.stdout +++ b/tests.branching/branch-creates-new-system-branch-not-from-master.stdout @@ -6,12 +6,12 @@ d ./.morph/cache/gits d ./.morph/cache/gits/file_morphs d ./newbranch d ./newbranch/.morph-system-branch -d ./newbranch/baserock:morphs -d ./newbranch/baserock:morphs/.git +d ./newbranch/test:morphs +d ./newbranch/test:morphs/.git f ./newbranch/.morph-system-branch/config -f ./newbranch/baserock:morphs/hello-stratum.morph -f ./newbranch/baserock:morphs/hello-system.morph -f ./newbranch/baserock:morphs/this.is.alfred +f ./newbranch/test:morphs/hello-stratum.morph +f ./newbranch/test:morphs/hello-system.morph +f ./newbranch/test:morphs/this.is.alfred Current branches: alfred * newbranch -- cgit v1.2.1