Removed commented code
This commit is contained in:
@@ -118,12 +118,10 @@ define(
|
|||||||
dialogService = jasmine.createSpyObj('dialogService',
|
dialogService = jasmine.createSpyObj('dialogService',
|
||||||
['showBlockingMessage', 'dismiss']
|
['showBlockingMessage', 'dismiss']
|
||||||
);
|
);
|
||||||
//dialogService.showBlockingMessage.andReturn();
|
|
||||||
|
|
||||||
notification = jasmine.createSpyObj('notification',
|
notification = jasmine.createSpyObj('notification',
|
||||||
['dismiss', 'model']
|
['dismiss', 'model']
|
||||||
);
|
);
|
||||||
//notification.dismiss.andReturn();
|
|
||||||
|
|
||||||
notificationService = jasmine.createSpyObj('notificationService',
|
notificationService = jasmine.createSpyObj('notificationService',
|
||||||
['notify', 'info']
|
['notify', 'info']
|
||||||
@@ -132,7 +130,6 @@ define(
|
|||||||
notificationService.notify.andReturn(notification);
|
notificationService.notify.andReturn(notification);
|
||||||
|
|
||||||
mockLog = jasmine.createSpyObj('log', ['error']);
|
mockLog = jasmine.createSpyObj('log', ['error']);
|
||||||
//mockLog.error.andReturn();
|
|
||||||
|
|
||||||
copyService = new MockCopyService();
|
copyService = new MockCopyService();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user