Skip to content

Commit f5c0ed6

Browse files
Update pptx test to reflect package version bump
1 parent 001f6f9 commit f5c0ed6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/test-pptx-nocharts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ describe("PPTX generator", function () {
7979
pptx.generate(out, {
8080
'finalize': function (written) {
8181
setTimeout(function () {
82+
console.log("open \""+OUTDIR+FILENAME+"\"");
8283
assert(pptxEquivalent(OUTDIR + FILENAME, TGTDIR + FILENAME, ["ppt/slides/slide1.xml"]));
8384
done()
8485
}, 50); // give OS time to close the file
@@ -273,6 +274,7 @@ describe("PPTX generator", function () {
273274
pptx.generate(out, {
274275
'finalize': function (written) {
275276
setTimeout(function () {
277+
276278
assert(pptxEquivalent(OUTDIR + FILENAME, TGTDIR + FILENAME, ["ppt/slides/slide1.xml"]))
277279
done()
278280
}, 50); // give OS time to close the file

test_files/test-ppt1.pptx

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)