[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:
@@ -5,7 +5,7 @@ define(
|
||||
function (PersistenceFailureDialog, PersistenceFailureConstants) {
|
||||
"use strict";
|
||||
|
||||
function PersistenceFailureHandler($q, dialogService, persistenceService) {
|
||||
function PersistenceFailureHandler($q, dialogService) {
|
||||
// Refresh revision information for the domain object associated
|
||||
// with this persistence failure
|
||||
function refresh(failure) {
|
||||
|
||||
@@ -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