mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1370 Removed deprecated AlfrescoAuthenticationService
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user