Merge lp:~alecu/unity-scope-click/update-for-design-onemoretest into lp:unity-scope-click/devel

Proposed by Alejandro J. Cura
Status: Merged
Approved by: Alejandro J. Cura
Approved revision: 327
Merged at revision: 325
Proposed branch: lp:~alecu/unity-scope-click/update-for-design-onemoretest
Merge into: lp:unity-scope-click/devel
Prerequisite: lp:~stolowski/unity-scope-click/update-for-design
Diff against target: 19 lines (+3/-0)
1 file modified
libclickscope/tests/test_bootstrap.cpp (+3/-0)
To merge this branch: bzr merge lp:~alecu/unity-scope-click/update-for-design-onemoretest
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
dobey (community) Approve
Review via email: mp+226518@code.launchpad.net

Commit message

Extra test for prereq branch

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libclickscope/tests/test_bootstrap.cpp'
2--- libclickscope/tests/test_bootstrap.cpp 2014-06-23 14:42:12 +0000
3+++ libclickscope/tests/test_bootstrap.cpp 2014-07-11 19:10:02 +0000
4@@ -98,12 +98,15 @@
5 {
6 EXPECT_EQ(3u, highlights.size());
7 auto it = highlights.begin();
8+ EXPECT_EQ("top-apps", it->slug());
9 EXPECT_EQ("Top Apps", it->name());
10 EXPECT_EQ(2u, it->packages().size());
11 ++it;
12+ EXPECT_EQ("most-purchased", it->slug());
13 EXPECT_EQ("Most Purchased", it->name());
14 EXPECT_EQ(2u, it->packages().size());
15 ++it;
16+ EXPECT_EQ("new-releases", it->slug());
17 EXPECT_EQ("New Releases", it->name());
18 EXPECT_EQ(2u, it->packages().size());
19 }

Subscribers

People subscribed via source and target branches

to all changes: