1
0
Fork 0

fixed version

This commit is contained in:
Frank Celler 2015-02-17 12:43:25 +01:00
parent dc1c9ab48f
commit c1fea5b048
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function DatabaseSuite () {
////////////////////////////////////////////////////////////////////////////////
testVersion : function () {
assertMatch(/(^2\.5)|(-devel$)/, internal.db._version());
assertMatch(/(^2\.6)|(-devel$)/, internal.db._version());
},
////////////////////////////////////////////////////////////////////////////////