summaryrefslogtreecommitdiff
path: root/tests.branching/petrify-no-double-petrify.stdout
Commit message (Collapse)AuthorAgeFilesLines
* cmdtests: Update to use new orderingRichard Maw2014-02-171-6/+6
|
* tests: Make dummy strata pass validationRichard Maw2013-08-231-0/+1
| | | | | They were missing build depends or were empty. Now that edit does validation, this is not permitted.
* Fix test suite to patch YAML instead of JSONLars Wirzenius2013-08-141-13/+8
| | | | | | | | | | | | | I shouldn't be doing this in the middle of refactoring, but trying to get the new code to emit exactly the right kind of JSON is too much pain, and these tests need to be rewritten to use YAML in the near future anyway (we'll drop JSON support eventually), so I don't want to spend more time on this than necessary. The changes in this commit convert morphologies in JSON to YAML, and fix test code that modifies the morphologies to work with the YAML. There is probably more JSON lurking about.
* tests: Use test: URL prefix instead of baserock: throughoutSam Thursfield2012-11-071-1/+1
| | | | | | | | | | 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.
* Test that 'petrify' is safe against multiple invocationsSam Thursfield2012-09-211-0/+13
Make sure we don't lose the 'unpetrify-ref' field in this case, or unpetrify will break.