There was an error while loading. Please reload this page.
2 parents ad0ed82 + 47ebab6 commit 2ebfa20Copy full SHA for 2ebfa20
1 file changed
specs/utils/compare.js
@@ -29,7 +29,7 @@ const resetCreationDate = input => input.replace(/\/CreationDate \(D:(.*?)\)/, '
29
*/
30
31
window.comparePdf = (actual, expectedFile, suite) => {
32
- if (true) {
+ if (false) {
33
sendReference(`/specs/${suite}/reference/${expectedFile}`, resetCreationDate(actual))
34
} else {
35
const expected = resetCreationDate(loadBinaryResource(`/base/specs/${suite}/reference/${expectedFile}`).trim())
0 commit comments