[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:
Victor Woeltjen
2015-03-25 10:10:06 -07:00
parent 55e50b6fd5
commit 962de7e750
4 changed files with 88 additions and 7 deletions

View File

@@ -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) {

View File

@@ -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