64225: Fixed AoT build errors

This commit is contained in:
Kristof De Langhe
2019-08-14 16:00:26 +02:00
parent fc21dc2019
commit 7d0439b006
4 changed files with 0 additions and 4 deletions

View File

@@ -36,7 +36,6 @@ let relationshipType;
describe('EditRelationshipListComponent', () => { describe('EditRelationshipListComponent', () => {
beforeEach(async(() => { beforeEach(async(() => {
relationshipType = Object.assign(new RelationshipType(), { relationshipType = Object.assign(new RelationshipType(), {
type: ResourceType.RelationshipType,
id: '1', id: '1',
uuid: '1', uuid: '1',
leftLabel: 'isAuthorOfPublication', leftLabel: 'isAuthorOfPublication',

View File

@@ -32,7 +32,6 @@ let el;
describe('EditRelationshipComponent', () => { describe('EditRelationshipComponent', () => {
beforeEach(async(() => { beforeEach(async(() => {
relationshipType = Object.assign(new RelationshipType(), { relationshipType = Object.assign(new RelationshipType(), {
type: ResourceType.RelationshipType,
id: '1', id: '1',
uuid: '1', uuid: '1',
leftLabel: 'isAuthorOfPublication', leftLabel: 'isAuthorOfPublication',

View File

@@ -66,7 +66,6 @@ describe('ItemRelationshipsComponent', () => {
const date = new Date(); const date = new Date();
relationshipType = Object.assign(new RelationshipType(), { relationshipType = Object.assign(new RelationshipType(), {
type: ResourceType.RelationshipType,
id: '1', id: '1',
uuid: '1', uuid: '1',
leftLabel: 'isAuthorOfPublication', leftLabel: 'isAuthorOfPublication',

View File

@@ -31,7 +31,6 @@ describe('RelationshipService', () => {
}) as ObjectCacheService; }) as ObjectCacheService;
const relationshipType = Object.assign(new RelationshipType(), { const relationshipType = Object.assign(new RelationshipType(), {
type: ResourceType.RelationshipType,
id: '1', id: '1',
uuid: '1', uuid: '1',
leftLabel: 'isAuthorOfPublication', leftLabel: 'isAuthorOfPublication',