commit | d680458c9a761ffa4d763d9d905dd44b11a903eb | [log] [tgz] |
---|---|---|
author | Brian Muramatsu <btmura@google.com> | Wed Oct 19 14:59:25 2011 -0700 |
committer | Brian Muramatsu <btmura@google.com> | Wed Oct 19 15:02:56 2011 -0700 |
tree | 8dc3f5fa0d9f9fa88d234c7de0eb03461f748993 | |
parent | 99d96c4d0dfd06422f4f9a15494fb460e72fe074 [diff] |
Don't Call pass() Twice in SearchManagerTest Bug 5444914 In one of the tests, pass() was being called by the handler's doStep method and then again after checknig the doStep's return value. The first pass caused the activity to terminate and clean up its references. Then the handler's pass call would get a NPE when it finally executed. I also cleaned up a lot of junk in the corresponding test. Change-Id: I65611bdda03e3243a646cd0a51b11e6986f4b019