commit | ef2d8bbc06d7613983637f54c2790c7349b765d4 | [log] [tgz] |
---|---|---|
author | Ken Shirriff <kens@google.com> | Fri Oct 09 13:07:59 2009 -0700 |
committer | Ken Shirriff <kens@google.com> | Fri Oct 09 13:09:56 2009 -0700 |
tree | 084df1151537265c56b6c044ec77782007519247 | |
parent | c692fd492255cd44dd01ab784a615182f2ef4326 [diff] |
Fix CalendarProvider test race. The CalendarProvider has a background thread to do timezone updates. This background thread causes problems with unittests because it may try to access the database after it has been closed. This change prevents the background thread from being created when testing.