add altDomain to appdb fields

This commit is contained in:
Girish Ramakrishnan
2016-04-19 00:10:11 -07:00
parent 415902d68e
commit ef12740060
2 changed files with 5 additions and 3 deletions

View File

@@ -498,7 +498,8 @@ describe('database', function () {
lastBackupId: null,
lastBackupConfig: null,
oldConfig: null,
memoryLimit: 4294967296
memoryLimit: 4294967296,
altDomain: null
};
var APP_1 = {
id: 'appid-1',
@@ -517,7 +518,8 @@ describe('database', function () {
lastBackupId: null,
lastBackupConfig: null,
oldConfig: null,
memoryLimit: 0
memoryLimit: 0,
altDomain: null
};
it('add fails due to missing arguments', function () {