1
0
Fork 0

fixed version

This commit is contained in:
Frank Celler 2013-10-29 14:21:27 +01:00
parent 91f70b9687
commit a55fe725a8
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function DatabaseSuite () {
////////////////////////////////////////////////////////////////////////////////
testVersion : function () {
assertMatch(/^1\.4/, internal.db._version());
assertMatch(/^1\.5/, internal.db._version());
},
////////////////////////////////////////////////////////////////////////////////