summaryrefslogtreecommitdiffstats
path: root/luni/src/test/java/tests/sql/StatementTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Scrub libcore's SQLite and JDBC tests.Jesse Wilson2011-01-281-1836/+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-091-32/+0
| | | | | | | (Or sometimes just useless annotations. Basically, this gets rid of every reference to dalvik.annotation.TestLevel.NOT_FEASIBLE, except the definition.) Change-Id: Ie3c1d9240f85a6237311b9282b3bc181f8af8120
* 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
* Remove all trailing whitespace from the dalvik team-maintained parts of libcore.Elliott Hughes2010-05-131-124/+124
| | | | | | Gentlemen, you may now set your editors to "strip trailing whitespace"... Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
* merge more modules into luniPeter Hallam2010-04-271-0/+1866