Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/integration/master_personal.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/integration/master_personal.py
parentfc98d378a6726923daa994e0d96efa8ede13073a (diff)
Use stubs for missed context images; rename context types
Diffstat (limited to 'tests/integration/master_personal.py')
-rwxr-xr-xtests/integration/master_personal.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/integration/master_personal.py b/tests/integration/master_personal.py
index 6c1dfed..82c66b2 100755
--- a/tests/integration/master_personal.py
+++ b/tests/integration/master_personal.py
@@ -77,6 +77,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_1',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview1',
'layer': 'pilot',
})
@@ -85,6 +86,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_2',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview2',
'layer': 'pilot',
})
@@ -95,6 +97,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_3',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview3',
'layer': 'pilot',
})
@@ -103,6 +106,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_4',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview4',
'layer': 'pilot',
})
@@ -129,6 +133,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_5',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview5',
'layer': 'pilot',
})
@@ -141,6 +146,7 @@ class MasterPersonalTest(tests.Test):
'title': 'title_6',
'summary': 'summary',
'description': 'description',
+ 'artifact_icon': 'artifact_icon',
'preview': 'preview6',
'layer': 'pilot',
})