mirror of
https://github.com/nasa/openmct.git
synced 2025-06-14 21:28:12 +00:00
[Persistence] Test failure handling
Add test cases for handling of Overwrite/Discard choices when persistence fails due to revision errors. WTD-1033.
This commit is contained in:
@ -34,7 +34,6 @@ define(
|
||||
$q,
|
||||
$timeout,
|
||||
dialogService,
|
||||
persistenceService,
|
||||
PERSISTENCE_QUEUE_DELAY
|
||||
) {
|
||||
// Wire up injected dependencies
|
||||
@ -45,8 +44,7 @@ define(
|
||||
$q,
|
||||
new PersistenceFailureHandler(
|
||||
$q,
|
||||
dialogService,
|
||||
persistenceService
|
||||
dialogService
|
||||
)
|
||||
),
|
||||
PERSISTENCE_QUEUE_DELAY
|
||||
|
Reference in New Issue
Block a user