summaryrefslogtreecommitdiff
path: root/tests.branching/add-then-edit.setup
Commit message (Collapse)AuthorAgeFilesLines
* Fix test suite to patch YAML instead of JSONLars Wirzenius2013-08-141-7/+4
| | | | | | | | | | | | | 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.
* Add test for adding a chunk then editing itRichard Maw2013-03-071-0/+40
This works sub-optimally, `morph edit $system $stratum` needs to be done first as `morph edit $system $stratum $chunk` fails if $chunk is not defined in the parent branch.