Code review comment for lp:~josharenson/unity8/dash-refactor

Revision history for this message
Albert Astals Cid (aacid) wrote :

Running
while [ true ]; do make xvfbtestDashContent; if [ $? -ne 0 ]; then break; fi; done
I've beeen able to reproduce the test error in DashContent::test_clearSearchWithNavigationClosed

Can you see if you can also reproduce it?

review: Needs Fixing

« Back to merge proposal