From c1fea5b04867fa8e8232f91a026fbc58e11537b9 Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Tue, 17 Feb 2015 12:43:25 +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 1170ee5e70..7f278c2013 100644 --- a/js/common/tests/shell-database.js +++ b/js/common/tests/shell-database.js @@ -70,7 +70,7 @@ function DatabaseSuite () { //////////////////////////////////////////////////////////////////////////////// testVersion : function () { - assertMatch(/(^2\.5)|(-devel$)/, internal.db._version()); + assertMatch(/(^2\.6)|(-devel$)/, internal.db._version()); }, ////////////////////////////////////////////////////////////////////////////////