From c02ce7cca7338064f937c86fae7b019728911525 Mon Sep 17 00:00:00 2001 From: Jorg Pleumann <> Date: Tue, 7 Apr 2009 11:22:13 -0700 Subject: 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 --- sql/src/test/java/tests/SQLite/FunctionContextTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/src/test/java/tests/SQLite/FunctionContextTest.java') 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; -- cgit v1.1