summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/tests/sql
Commit message (Collapse)AuthorAgeFilesLines
* Scrub libcore's SQLite and JDBC tests.Jesse Wilson2011-01-288-11970/+0
| | | | | | | | I've moved the tests to the libcore package because they're maintained by Androids, unlike the tests.* classes maintained by Apache Harmony. Change-Id: I23b5ca845517129f426addeabc38e43a8fee4299
* Remove useless no-op tests.Elliott Hughes2011-01-0916-4110/+2
| | | | | | | (Or sometimes just useless annotations. Basically, this gets rid of every reference to dalvik.annotation.TestLevel.NOT_FEASIBLE, except the definition.) Change-Id: Ie3c1d9240f85a6237311b9282b3bc181f8af8120
* Remove sql tests duplicated with Harmony.Jesse Wilson2010-12-081-2/+0
| | | | | Change-Id: Idf3c18247bdd8069c4ce7f822dd87150e3df2966 http://b/3246523
* fix testSetQueryTimeout test by fixing SQLite JDBC driver in a few ways to ↵Jeremy Sharpe2010-06-041-16/+20
| | | | | | | | | | | conform to the spec. There's some other goofy stuff there, like unlimited timeouts, for instance, don't seem to be implemented at all. Also enhance the test to more completely cover the different failure cases. Change-Id: I4f4f1074c6673011039f3d0f8a07d8c753c825d7
* Fix sql unit tests recently added to todo.txt.Jeremy Sharpe2010-05-281-17/+15
| | | | | | Also change name of todo.txt to icebox.txt. Change-Id: Ied9bce333fef83b0228d955f58abd4dbead4a315
* Implement Java 6 SQL API. Javadoc is still messy and some unit testsJeremy Sharpe2010-05-251-0/+11
| | | | | | need to be updated to reflect newly implemented parts of the API. Change-Id: Icee718ef997d29aa08fc78b101f87532dc89167f
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-1310-882/+882
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* merge more modules into luniPeter Hallam2010-04-2720-0/+16067