Merge lp:~marcustomlinson/unity-js-scopes/re-enable-tests into lp:unity-js-scopes

Proposed by Marcus Tomlinson
Status: Merged
Merged at revision: 142
Proposed branch: lp:~marcustomlinson/unity-js-scopes/re-enable-tests
Merge into: lp:unity-js-scopes
Diff against target: 27 lines (+6/-6)
2 files modified
tests/CMakeLists.txt (+1/-1)
tests/owm_scope/scope/owm_scope.js (+5/-5)
To merge this branch: bzr merge lp:~marcustomlinson/unity-js-scopes/re-enable-tests
Reviewer Review Type Date Requested Status
WebApps Pending
Review via email: mp+292605@code.launchpad.net

Commit message

Re-enable tests

To post a comment you must log in.
143. By Marcus Tomlinson

Temporarily disable OnlineAccountClient creation in test scope to allow tests to pass again

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/CMakeLists.txt'
2--- tests/CMakeLists.txt 2016-03-11 06:02:31 +0000
3+++ tests/CMakeLists.txt 2016-04-28 07:57:13 +0000
4@@ -1,1 +1,1 @@
5-#add_subdirectory(owm_scope)
6+add_subdirectory(owm_scope)
7
8=== modified file 'tests/owm_scope/scope/owm_scope.js'
9--- tests/owm_scope/scope/owm_scope.js 2016-02-25 14:05:32 +0000
10+++ tests/owm_scope/scope/owm_scope.js 2016-04-28 07:57:13 +0000
11@@ -72,11 +72,11 @@
12 // this account object creation is very much a no-op
13 // but we keep it minimally tests:
14 // https://bugs.launchpad.net/unity-js-scopes/+bug/1549477
15- var account =
16- new scopes.lib.OnlineAccountClient(
17- 'com.ubuntu.developer.me.untitled_untitled',
18- 'sharing',
19- 'facebook')
20+// var account =
21+// new scopes.lib.OnlineAccountClient(
22+// 'com.ubuntu.developer.me.untitled_untitled',
23+// 'sharing',
24+// 'facebook')
25 return new scopes.lib.SearchQuery(
26 canned_query,
27 metadata,

Subscribers

People subscribed via source and target branches

to all changes: