Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/client/implementations.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-12-31 21:02:48 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-12-31 21:31:06 (GMT)
commit499eb6e121dfe7cef521553eba3f85e9122a6cea (patch)
tree16ddaf5e024c62cb9dad542976cb4453c9521441 /tests/units/client/implementations.py
parentfc98d378a6726923daa994e0d96efa8ede13073a (diff)
Use stubs for missed context images; rename context types
Diffstat (limited to 'tests/units/client/implementations.py')
-rwxr-xr-xtests/units/client/implementations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/client/implementations.py b/tests/units/client/implementations.py
index 06902a0..b77c558 100755
--- a/tests/units/client/implementations.py
+++ b/tests/units/client/implementations.py
@@ -359,7 +359,7 @@ class Implementations(tests.Test):
conn.post(['context'], {
'guid': 'document',
- 'type': 'content',
+ 'type': 'book',
'title': 'title',
'summary': 'summary',
'description': 'description',
@@ -432,7 +432,7 @@ class Implementations(tests.Test):
conn.post(['context'], {
'guid': 'document',
- 'type': 'content',
+ 'type': 'book',
'title': 'title',
'summary': 'summary',
'description': 'description',