summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/browser/tests
Commit message (Collapse)AuthorAgeFilesLines
* Update to follow internal impl.Dianne Hackborn2012-05-291-0/+4
| | | | Change-Id: I40cae53d7ae724c44c40fb7f21649e807416ae54
* Update to follow internal API changes.Dianne Hackborn2012-05-091-0/+10
| | | | Change-Id: I5447e251a4b1b75561ae9a9a2174330505a6912b
* Fix BP2ProviderTestsJohn Reck2011-08-091-15/+49
| | | | | | | | | | | | | | Bug: 5142434 For testIsValidParentWithAccount, the test would remove the account* from a bookmark it was inserting with a valid parent. The provider would correctly identify that a parent was set, but no account info and thus used the account info of the parent. This is not what the test was expecting, however, leading to this error. Fix the tests to explicitly check for child account* not matching parent account* (in which case the parent is discarded, and the bookmark is inserted at the root folder of the child's account*), and for testing the lack of a specified account*. Change-Id: I15b318ee1e846b18ffa187720814c3761d19933a
* Tests fixupJohn Reck2011-08-092-2/+24
| | | | | | | | | Bug: 5113381 Fix case of using the wrong context (BP1 would use the app context explicitly, bypassing the mock context) Clean up test databases after runs Change-Id: Ibac09d08d4ab7235d5763c209d84be2562e6fae3
* Fix BP1to2UpgradeTestsJohn Reck2011-07-281-3/+3
| | | | | | | Bug: 5092056 Turns out the test was wrong, not the provider. Oops Change-Id: I46439a342c810035c8dba0423c75a5daa882759c
* Tests for BP1->BP2 upgradeJohn Reck2011-07-282-1/+162
| | | | | | Bug: 5087957 Change-Id: Idf70c488baa515222ce8ed905aa5c80a529fd15f
* Fix isValidParent checkJohn Reck2011-03-033-3/+75
| | | | | | | | Bug: 3506038 Lookup the parent itself, not the children of the parent in isValidParent check. Also, adds testing to watch for regressions Change-Id: I59f00094f862f2e9cd4b4f9fd92d370b87e612e5
* Merge "Fix shouldUpdateImage check"John Reck2011-02-171-0/+46
|\
| * Fix shouldUpdateImage checkJohn Reck2011-02-171-0/+46
| | | | | | | | | | | | | | Bug: 3466212 Also added a test case to check for regressions Change-Id: I9a8979a0ced165f1c94945c62687b0bf3b7076fe
* | Fix updatescreenshot behaviorJohn Reck2011-02-171-0/+64
|/ | | | | | | Bug: 3466250 URL query parameters are imporant, don't strip them Change-Id: I9c43598f56150470658485364aadfd0425bfa8cd
* mark tests as SmallTestGuang Zhu2011-02-081-0/+2
| | | | | | | | | looks like these tests has no external dependency and runs reasonably fast. marking them as "SmallTest" will make them automatically picked up by continuous tests on dev branch & monitor failures. Change-Id: I4addee3ed369f00cb52e828f146a6958b9cb3a09
* BP2 ContentResolver.notifyChange testsJohn Reck2011-02-075-0/+737
Bug: 3431373 Change-Id: I0ce30213150c6dd51b128723f044bd32eb2b46a3