From b20d677b1a60b66838667c2f6799c8eff466bb11 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Fri, 8 Apr 2016 23:01:50 +0100 Subject: [PATCH] fixed up test --- ts/tests/localPackerTest.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ts/tests/localPackerTest.ts b/ts/tests/localPackerTest.ts index e8656042a9..aed29338d1 100644 --- a/ts/tests/localPackerTest.ts +++ b/ts/tests/localPackerTest.ts @@ -18,9 +18,11 @@ describe.only("Packer", () => { var paragraph = new Paragraph("test text"); document.addParagraph(paragraph); var properties = new Properties({ - title: "test document" + creator: "Shan Fu", + revision: "1", + lastModifiedBy: "Shan Fu" }); - packer = new LocalPacker(document, DefaultStyle(), properties, "build/tests/test.zip"); + packer = new LocalPacker(document, DefaultStyle(), properties, "build/tests/test.docx"); }); describe('#pack()', () => {