1
0
Fork 0

fixed test

This commit is contained in:
Jan Steemann 2013-02-05 13:08:00 +01:00
parent baa5b970d8
commit ff67ef15b2
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ function DatabaseSuite () {
////////////////////////////////////////////////////////////////////////////////
testVersion : function () {
assertEqual("1.2.alpha", internal.db._version());
assertMatch(/^1\.2\./, internal.db._version());
}
};