From 39949590be794ec5d50a24b87c46d2771b67852b Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Mon, 11 Jan 2010 14:32:50 +1000 Subject: avoid false pass --- tests/auto/declarative/sql/data/readonly-error.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/declarative/sql/data/readonly-error.js b/tests/auto/declarative/sql/data/readonly-error.js index ab82712..69ec67f 100644 --- a/tests/auto/declarative/sql/data/readonly-error.js +++ b/tests/auto/declarative/sql/data/readonly-error.js @@ -6,7 +6,6 @@ function test() { function(tx) { tx.executeSql('CREATE TABLE IF NOT EXISTS Greeting(salutation TEXT, salutee TEXT)'); tx.executeSql('INSERT INTO Greeting VALUES(?, ?)', [ 'hello', 'world' ]); - r = "passed"; } ); -- cgit v0.12