mirror of https://gitee.com/bigwinds/arangodb
Correct path to enterprise js code in testing.js.
This commit is contained in:
parent
135edf1239
commit
3435e973ec
|
@ -1753,7 +1753,7 @@ function findTests () {
|
|||
function doOnePath(path) {
|
||||
var community = doOnePathInner(path);
|
||||
if (global.ARANGODB_CLIENT_VERSION(true)['enterprise-version']) {
|
||||
return community.concat(doOnePathInner('enterprise/Enterprise/' + path));
|
||||
return community.concat(doOnePathInner('enterprise/' + path));
|
||||
} else {
|
||||
return community;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue