Unit tests for document list component

This commit is contained in:
Denys Vuika
2016-06-30 13:39:52 +01:00
parent 8632013231
commit 258148cc1c
9 changed files with 289 additions and 11 deletions

View File

@@ -319,7 +319,7 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
}
displayFolderContent(path: string) {
if (path !== null) {
if (path) {
this.alfrescoService
.getFolder(path)
.subscribe(