[Edit] Remove mocked unused UrlService
This commit is contained in:
@@ -33,7 +33,6 @@ define(
|
|||||||
mockDialogService,
|
mockDialogService,
|
||||||
mockCopyService,
|
mockCopyService,
|
||||||
mockParent,
|
mockParent,
|
||||||
mockUrlService,
|
|
||||||
actionContext,
|
actionContext,
|
||||||
capabilities = {},
|
capabilities = {},
|
||||||
action;
|
action;
|
||||||
@@ -112,12 +111,7 @@ define(
|
|||||||
"perform"
|
"perform"
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
mockUrlService = jasmine.createSpyObj(
|
|
||||||
"urlService",
|
|
||||||
["urlForLocation"]
|
|
||||||
);
|
|
||||||
|
|
||||||
actionContext = {
|
actionContext = {
|
||||||
domainObject: mockDomainObject
|
domainObject: mockDomainObject
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user