1
0
Fork 0

added test

This commit is contained in:
Jan Steemann 2014-01-15 18:09:56 +01:00
parent d8ac4046f8
commit db0c6dacae
1 changed files with 12 additions and 0 deletions

View File

@ -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
////////////////////////////////////////////////////////////////////////////////