mirror of https://gitee.com/bigwinds/arangodb
added test
This commit is contained in:
parent
d8ac4046f8
commit
db0c6dacae
|
@ -58,6 +58,18 @@ function FoxxManagerSuite () {
|
|||
|
||||
return {
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief test config
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
testConfig : function () {
|
||||
var data = fm.configJson();
|
||||
|
||||
assertTrue(data.hasOwnProperty("appPath"));
|
||||
assertTrue(data.hasOwnProperty("devAppPath"));
|
||||
assertTrue(data.hasOwnProperty("startupPath"));
|
||||
},
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief test update
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Reference in New Issue