summaryrefslogtreecommitdiffstats
path: root/sql/src/test/java/tests/SQLite/StmtTest.java
Commit message (Collapse)AuthorAgeFilesLines
* merge more modules into luniPeter Hallam2010-04-271-1250/+0
|
* Upgrade our sqlite JDBC driver to version 20100131.Elliott Hughes2010-02-261-15/+2
| | | | | | | | | | | | | | | | | | | | This fixes a bunch of KnownFailures, and adds a bunch of new features. I've updated the tests correspondingly (though doubtless we could add a lot more tests now, if we wanted to). I regenerated Constants.java manually, and explained how in its javadoc. I've added the upstream VERSION file so it's easier to see what upstream version we're at. (Constants now contains the version number too, but that's less obvious.) All our changes now have android-changed markers. I'll see about getting them pushed upstream next week. (This change best reviewed with "ignore whitespace". It looks like we made a bunch of whitespace "corrections" when we imported this source, which just makes it harder to stay in sync. I've taken the upstream copies of files that only had whitespace differences.)
* AI 147124: am: CL 147120 am: CL 147118 Several fixes to reduce failing tests ↵Urs Grob2009-04-211-9/+0
| | | | | | | | | | | | | | | | | | | in the cts host - Removing tests that are placed in a protected package name. They were not part of the cts tests. - Fixing a case of an Exception thrown in the static initializer of GBCharsetEncoderTest. - Remove copy/paste code which led to an exception in a 2nd thread (the test did not fail, but its output was reported in logcat) - fixing a test case in FileTest - removing test code in StmtTest that tested badly specified operations and failed. Original author: ursg Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 147124
* AI 144808: am: CL 144804 am: CL 144802 Bringing SQL down to zero broken ↵Jorg Pleumann2009-04-071-3/+3
| | | | | | | | | | | | tests. Restructuring some overengineered tests, so they are able to execute in the CTS host and our CoreTestRunner. Original author: jorgp Merged from: //branches/cupcake/... Original author: android-build Automated import of CL 144808
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-2/+3
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1271
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1271/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-49/+358
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+962