Merge readonlyRootfs and development mode into debug mode

The core issue we want to solve is to debug a running app.
Let's make it explicit that it is in debugging mode because
functions like update/backup/restore don't work.

Part of #171
This commit is contained in:
Girish Ramakrishnan
2017-01-20 05:48:25 -08:00
parent e437671baf
commit db6474ef2a
9 changed files with 41 additions and 59 deletions

View File

@@ -542,8 +542,7 @@ describe('database', function () {
altDomain: null,
xFrameOptions: 'DENY',
sso: true,
readonlyRootfs: true,
developmentMode: false
debugMode: null
};
var APP_1 = {
id: 'appid-1',
@@ -565,8 +564,7 @@ describe('database', function () {
altDomain: null,
xFrameOptions: 'SAMEORIGIN',
sso: true,
readonlyRootfs: true,
developmentMode: false
debugMode: null
};
it('add fails due to missing arguments', function () {