mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#441 fix tests
This commit is contained in:
@@ -21,7 +21,7 @@ import { Injectable } from '@angular/core';
|
|||||||
export class AlfrescoSettingsService {
|
export class AlfrescoSettingsService {
|
||||||
|
|
||||||
static DEFAULT_ECM_ADDRESS: string = 'http://127.0.0.1:8080';
|
static DEFAULT_ECM_ADDRESS: string = 'http://127.0.0.1:8080';
|
||||||
static DEFAULT_BPM_ADDRESS: string = 'http://127.0.0.1:8080';
|
static DEFAULT_BPM_ADDRESS: string = 'http://127.0.0.1:9999';
|
||||||
|
|
||||||
static DEFAULT_ECM_CONTEXT_PATH: string = '/alfresco';
|
static DEFAULT_ECM_CONTEXT_PATH: string = '/alfresco';
|
||||||
static DEFAULT_BPM_CONTEXT_PATH: string = '/activiti-app';
|
static DEFAULT_BPM_CONTEXT_PATH: string = '/activiti-app';
|
||||||
|
@@ -26,7 +26,7 @@ export class AlfrescoSettingsServiceMock {
|
|||||||
|
|
||||||
private _host: string = AlfrescoSettingsServiceMock.DEFAULT_HOST_ADDRESS;
|
private _host: string = AlfrescoSettingsServiceMock.DEFAULT_HOST_ADDRESS;
|
||||||
|
|
||||||
public get host(): string {
|
public get ecmHost(): string {
|
||||||
return this._host;
|
return this._host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ export class AlfrescoSettingsServiceMock {
|
|||||||
|
|
||||||
private _host: string = AlfrescoSettingsServiceMock.DEFAULT_HOST_ADDRESS;
|
private _host: string = AlfrescoSettingsServiceMock.DEFAULT_HOST_ADDRESS;
|
||||||
|
|
||||||
public get host(): string {
|
public get ecmHost(): string {
|
||||||
return this._host;
|
return this._host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user