Merge lp://staging/~gary-lasker/software-center/recommender-test-fix into lp://staging/software-center
Proposed by
Gary Lasker
Status: | Merged |
---|---|
Merged at revision: | 3159 |
Proposed branch: | lp://staging/~gary-lasker/software-center/recommender-test-fix |
Merge into: | lp://staging/software-center |
Diff against target: |
66 lines (+9/-8) 1 file modified
tests/gtk3/test_catview.py (+9/-8) |
To merge this branch: | bzr merge lp://staging/~gary-lasker/software-center/recommender-test-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Vogt (community) | Approve | ||
Review via email: mp+123669@code.staging.launchpad.net |
Commit message
* lp:~gary-lasker/software-center/recommender-test-fix:
- update the recommender feedback unit test to work on systems
that are not opted-in
Description of the change
This branch fixes the test_implicit_
Thank you for your review!
To post a comment you must log in.
Thanks, looks good.
The test failed for me when running it initially with the following error: ======= ======= ======= ======= ======= ======= ======= ======= ======= d_for_you_ spinner_ display (__main_ _.Recommendatio nsTestCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- gtk3/test_ catview. py", line 162, in test_recommende d_for_you_ spinner_ display rec_panel. recommended_ for_you_ content. get_property( "visible" ))
=======
FAIL: test_recommende
-------
Traceback (most recent call last):
File "tests/
self.
AssertionError: False is not true
------- ------- ------- ------- ------- ------- ------- ------- ------- -------
Ran 9 tests in 19.177s
but subsequent runs worked, it seems to be random, maybe 1 out 5. And I doubt its releated
to this branch so I will merge it. But it would be nice if that could be investigated.