From a55fe725a810e1316ae0b6611e60acb98fc99061 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Tue, 29 Oct 2013 14:21:27 +0100 Subject: [PATCH] fixed version --- js/common/tests/shell-database.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/tests/shell-database.js b/js/common/tests/shell-database.js index 5ec4e19b12..87103573fb 100644 --- a/js/common/tests/shell-database.js +++ b/js/common/tests/shell-database.js @@ -66,7 +66,7 @@ function DatabaseSuite () { //////////////////////////////////////////////////////////////////////////////// testVersion : function () { - assertMatch(/^1\.4/, internal.db._version()); + assertMatch(/^1\.5/, internal.db._version()); }, ////////////////////////////////////////////////////////////////////////////////