#1370 Removed deprecated AlfrescoAuthenticationService

This commit is contained in:
mauriziovitale84
2017-01-04 14:30:01 +00:00
parent 58af422d62
commit 896c57fa53
25 changed files with 56 additions and 56 deletions

View File

@@ -18,7 +18,7 @@
import { ComponentFixture, TestBed, async } from '@angular/core/testing';
import { DebugElement } from '@angular/core';
import {
AlfrescoAuthenticationService,
AuthService,
SettingsService,
AlfrescoApiService,
CoreModule
@@ -44,9 +44,9 @@ describe('AlfrescoLogin', () => {
declarations: [AlfrescoLoginComponent],
providers: [
SettingsService,
AlfrescoAuthenticationService,
AuthService,
AlfrescoApiService,
{provide: AlfrescoAuthenticationService, useClass: AuthenticationMock},
{provide: AuthService, useClass: AuthenticationMock},
{provide: AlfrescoTranslationService, useClass: TranslationMock}
]
}).compileComponents();