summaryrefslogtreecommitdiff
path: root/morphlib/morphology_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-01 14:22:42 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-01 14:22:42 +0000
commit3406f96c72714081ff0b1d90aca8189389ad40ae (patch)
tree75ee646376749d62332de5de7339a10bdec94043 /morphlib/morphology_tests.py
parent23b603aede1dd86cf699dd0f7cd43aae51adc870 (diff)
downloadmorph-3406f96c72714081ff0b1d90aca8189389ad40ae.tar.gz
Make 'repo' in strata sources lists default to name of chunk
In other words, consider the follow bit of stratum morphology: { "name": "foo", "kind": "stratum", "sources": { "bar": { "repo": "bar", "ref": "baserock" } } } The "repo" field duplicates the name of the key in "sources". This is unnecessary now, so the "repo" field can be removed.
Diffstat (limited to 'morphlib/morphology_tests.py')
-rw-r--r--morphlib/morphology_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/morphology_tests.py b/morphlib/morphology_tests.py
index ccec41fc..3fefefdc 100644
--- a/morphlib/morphology_tests.py
+++ b/morphlib/morphology_tests.py
@@ -60,7 +60,6 @@ class MorphologyTests(unittest.TestCase):
"sources":
{
"foo": {
- "repo": "foo",
"ref": "ref"
}
}