summaryrefslogtreecommitdiffstats
path: root/tests/assets
Commit message (Collapse)AuthorAgeFilesLines
* Remove WebView Java Bridge testSteve Block2011-11-101-239/+0
| | | | | | | This is superseded by a new set of tests in frameworks/base/tests/WebViewTests. Bug: 5140673 Change-Id: I2874afa5a52ad9ac77bad0aa07ec84cde117c54e
* Update Java bridge test to reflect the fact that we now return undefined for ↵Steve Block2011-09-051-17/+9
| | | | | | | all object properties Bug: 5252112 Change-Id: Ic291658e1d69aa47a1651e4fbc673438734ca2e6
* Adds tests for passing and returning null strings to and from the methods of ↵Steve Block2011-09-021-1/+7
| | | | | | | injected Java objects Bug: 5222742 Change-Id: Id6222aebce7570b0649cd9cb7f4f16b0f0b640a8
* Fixes test errorsJohn Reck2010-12-021-0/+4
| | | | | | | | Bug: 3248213 Fixes errors in the tests that were caused by missing files, proguard, and the refactor. Change-Id: I503dfc7ee42d0173e3a5ad032f58a6f4f310588c
* improvement and fixes for bindings testGuang Zhu2010-05-051-2/+2
| | | | | | | | | | * the name "testComplete" will cause test runner to actually execute it as a test case, which is not the intention here, changed to "notifyComplete" * the test depends on "/sdcard/bindings_test.html". since the same file is already being carried in the apk as asset, added a setup/teardown step to extract the file. this removes manual setup step for the tests. Change-Id: I45e1e9755ec829086fae6a36885153874f3a94a2
* Update the JNI bindings unit test in light of b/2540502Ben Murdoch2010-04-011-0/+10
| | | | Change-Id: I166331ce198fba188df5365695a20588870374c4
* Add a test for verifying the JS -> Java bindings.Ben Murdoch2010-03-301-0/+231
Change-Id: I7d15efd5cc1c40d9c0c5b7cf1a5a7f9775a709d7