diff options
author | Jorg Pleumann <> | 2009-04-07 11:22:13 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-07 11:22:13 -0700 |
commit | c02ce7cca7338064f937c86fae7b019728911525 (patch) | |
tree | ab81e3e1cdf5392897f16744683f29725df5a5eb /sql/src/test/java/tests/SQLite/FunctionContextTest.java | |
parent | 2fb08c6421361efc6efcad6d57316127b5cb7519 (diff) | |
download | libcore-c02ce7cca7338064f937c86fae7b019728911525.zip libcore-c02ce7cca7338064f937c86fae7b019728911525.tar.gz libcore-c02ce7cca7338064f937c86fae7b019728911525.tar.bz2 |
AI 144808: am: CL 144804 am: CL 144802 Bringing SQL down to zero broken 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
Diffstat (limited to 'sql/src/test/java/tests/SQLite/FunctionContextTest.java')
-rw-r--r-- | sql/src/test/java/tests/SQLite/FunctionContextTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/src/test/java/tests/SQLite/FunctionContextTest.java b/sql/src/test/java/tests/SQLite/FunctionContextTest.java index 249af54..ef76307 100644 --- a/sql/src/test/java/tests/SQLite/FunctionContextTest.java +++ b/sql/src/test/java/tests/SQLite/FunctionContextTest.java @@ -213,7 +213,7 @@ public class FunctionContextTest extends SQLiteTest { method = "set_result_zeroblob", args = {int.class} ) - @AndroidOnly("ZeroBlob not supported") + @KnownFailure("ZeroBlob not supported") public void testSet_result_zeroblob() throws Exception, UnsupportedEncodingException { Stmt st = null; |