Skip to content

Commit

Permalink
changed the test ouput file name notation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdfcrowd committed Mar 9, 2013
1 parent afa418f commit 8a183e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ assert.throws(function() { myPdfcrowd.convertHtml(""); });
assert.throws(function() { myPdfcrowd.convertURI(null); });

function out_stream(name) {
return pdf.saveToFile("../test_files/out/node_" + name);
return pdf.saveToFile("../test_files/out/node_client_" + name);
}

myPdfcrowd.convertFile("sample.html.zip", out_stream("zfile.pdf"), apiOptions);
Expand Down

0 comments on commit 8a183e7

Please sign in to comment.