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. --- tests.branching/checkout-works-anywhere.stdout | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'tests.branching/checkout-works-anywhere.stdout') diff --git a/tests.branching/checkout-works-anywhere.stdout b/tests.branching/checkout-works-anywhere.stdout index e8171473..6e82072a 100644 --- a/tests.branching/checkout-works-anywhere.stdout +++ b/tests.branching/checkout-works-anywhere.stdout @@ -6,11 +6,11 @@ d ./.morph/cache/gits d ./.morph/cache/gits/file_morphs d ./master d ./master/.morph-system-branch -d ./master/baserock:morphs -d ./master/baserock:morphs/.git +d ./master/test:morphs +d ./master/test:morphs/.git f ./master/.morph-system-branch/config -f ./master/baserock:morphs/hello-stratum.morph -f ./master/baserock:morphs/hello-system.morph +f ./master/test:morphs/hello-stratum.morph +f ./master/test:morphs/hello-system.morph Workspace after checking out master from within a new branch: d . d ./.morph @@ -19,15 +19,15 @@ d ./.morph/cache/gits d ./.morph/cache/gits/file_morphs d ./master d ./master/.morph-system-branch -d ./master/baserock:morphs -d ./master/baserock:morphs/.git +d ./master/test:morphs +d ./master/test:morphs/.git 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 ./master/.morph-system-branch/config -f ./master/baserock:morphs/hello-stratum.morph -f ./master/baserock:morphs/hello-system.morph +f ./master/test:morphs/hello-stratum.morph +f ./master/test:morphs/hello-system.morph f ./newbranch/.morph-system-branch/config -f ./newbranch/baserock:morphs/hello-stratum.morph -f ./newbranch/baserock:morphs/hello-system.morph +f ./newbranch/test:morphs/hello-stratum.morph +f ./newbranch/test:morphs/hello-system.morph -- cgit v1.2.1