Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/model/routes.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-01-30 14:08:03 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-01-30 14:08:03 (GMT)
commit2ca3e5f20ec1ad1c122a098abb174dc737df7c32 (patch)
treee02a87ce28f1be8698cd78e6f8becbda963ec633 /tests/units/model/routes.py
parentfc17a971c24b8b1084a47f33ea642bf5c287aef3 (diff)
Rename Implementation resource to Release
Diffstat (limited to 'tests/units/model/routes.py')
-rwxr-xr-xtests/units/model/routes.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/units/model/routes.py b/tests/units/model/routes.py
index f47ed88..989dfc1 100755
--- a/tests/units/model/routes.py
+++ b/tests/units/model/routes.py
@@ -93,8 +93,8 @@ class RoutesTest(tests.Test):
'description': '',
'dependencies': ['foo', 'bar'],
})
- volume['implementation'].create({
- 'guid': 'implementation',
+ volume['release'].create({
+ 'guid': 'release',
'context': 'context',
'license': 'GPLv3',
'version': '1',
@@ -112,9 +112,9 @@ class RoutesTest(tests.Test):
})
self.assertEqual({
- 'implementations': [
+ 'releases': [
{
- 'guid': 'implementation',
+ 'guid': 'release',
'author': {},
'ctime': 0,
'data': {