mirror of https://gitee.com/bigwinds/arangodb
fixed test
This commit is contained in:
parent
baa5b970d8
commit
ff67ef15b2
|
@ -44,7 +44,7 @@ function DatabaseSuite () {
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
testVersion : function () {
|
||||
assertEqual("1.2.alpha", internal.db._version());
|
||||
assertMatch(/^1\.2\./, internal.db._version());
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue