rename installationProgress to errorMessage
This commit is contained in:
@@ -389,7 +389,7 @@ describe('database', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
installationProgress: null,
|
||||
errorMessage: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -967,7 +967,7 @@ describe('database', function () {
|
||||
id: 'appid-0',
|
||||
appStoreId: 'appStoreId-0',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL,
|
||||
installationProgress: null,
|
||||
errorMessage: null,
|
||||
runState: null,
|
||||
location: 'some-location-0',
|
||||
domain: DOMAIN_0.domain,
|
||||
@@ -998,7 +998,7 @@ describe('database', function () {
|
||||
id: 'appid-1',
|
||||
appStoreId: 'appStoreId-1',
|
||||
installationState: appdb.ISTATE_PENDING_INSTALL, // app health tests rely on this initial state
|
||||
installationProgress: null,
|
||||
errorMessage: null,
|
||||
runState: null,
|
||||
location: 'some-location-1',
|
||||
domain: DOMAIN_0.domain,
|
||||
|
||||
Reference in New Issue
Block a user