From d05fc89678bf61f51dc2deb146d8c116222eb138 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Tue, 19 Jul 2016 18:45:07 +0100 Subject: [PATCH] removed Shan Fu --- ts/tests/export/localPackerTest.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/tests/export/localPackerTest.ts b/ts/tests/export/localPackerTest.ts index c15a717969..bad36cba4c 100644 --- a/ts/tests/export/localPackerTest.ts +++ b/ts/tests/export/localPackerTest.ts @@ -24,9 +24,9 @@ describe("Packer", () => { document.addParagraph(new Paragraph("heading 2").heading2()); document.addParagraph(paragraph); let properties = new Properties({ - creator: "Shan Fu", + creator: "Dolan Miu", revision: "1", - lastModifiedBy: "Shan Fu" + lastModifiedBy: "Dolan Miu" }); stylesFactory = new DefaultStylesFactory(); packer = new LocalPacker(document, stylesFactory.newInstance(), properties);