Merge lp:~ted/indicators-client/tests into lp:indicators-client

Proposed by Ted Gould
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 214
Merged at revision: 211
Proposed branch: lp:~ted/indicators-client/tests
Merge into: lp:indicators-client
Diff against target: 14 lines (+6/-1)
1 file modified
tests/CMakeLists.txt (+6/-1)
To merge this branch: bzr merge lp:~ted/indicators-client/tests
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+170633@code.launchpad.net

Commit message

Removing tests that we don't intend on fixing

Description of the change

Test suite is failing! We don't care! This code is going to be implemented inside Unity8 so this is a dead package in a week or so anyway. Just make it build so that it can die peacefully.

To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) wrote :

hm, I see some issues here.

First, let's not remove the usr/lib/python*/dist-packages/chewie_client/* and indicators-client-autopilot.install. These are autopilot integration tests, they're different and I guess they shouldn't fail.

Second, hm, would it be possible to just comment out the test that is failing? i.e. commenting out declare_test(dynamicmenutest) in the CMakeLists.txt ? The other tests are fine, no need to kill them all I think ;)

review: Needs Fixing
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
lp:~ted/indicators-client/tests updated
213. By Ted Gould

Readding the autopilot files.

214. By Ted Gould

Moving to just block unit tests

Revision history for this message
Łukasz Zemczak (sil2100) wrote :

Looking ok now, excellence!

review: Approve

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 2012-11-29 09:38:58 +0000
3+++ tests/CMakeLists.txt 2013-06-20 15:14:53 +0000
4@@ -7,4 +7,9 @@
5 DESTINATION ${PYTHON_PACKAGE_DIR}
6 )
7
8-add_subdirectory(unittest)
9+#
10+# Tests are currently failing but this code is being merged into the
11+# Unity codebase directly, so we don't care. We just want it to build
12+# for now and we'll fix it in there.
13+#
14+#add_subdirectory(unittest)

Subscribers

People subscribed via source and target branches

to all changes: