From 534465b926cb622d62ff98c949a85c3dc7ee61a9 Mon Sep 17 00:00:00 2001 From: Fatme Havaluova Date: Mon, 7 Sep 2015 16:41:40 +0300 Subject: [PATCH 1/2] Update to latest common lib --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 620c7b215e..33409a0835 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 620c7b215e794d3daefc1848df8ec2d5f9455249 +Subproject commit 33409a083560c5503dc10c097d068bd61a44c612 From e886b92d0d90211a4445edd51544b3082251ccc0 Mon Sep 17 00:00:00 2001 From: Fatme Havaluova Date: Mon, 7 Sep 2015 16:53:11 +0300 Subject: [PATCH 2/2] Fix unit tests --- test/stubs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/stubs.ts b/test/stubs.ts index c76a362532..f022554de5 100644 --- a/test/stubs.ts +++ b/test/stubs.ts @@ -31,6 +31,8 @@ export class LoggerStub implements ILogger { printMsgWithTimeout(message: string, timeout: number): IFuture { return null; } + + printMarkdown(message: string): void { } } export class FileSystemStub implements IFileSystem {