From: Vivien Nicolas <21@vingtetun.org>
Date: Wed, 21 Sep 2011 23:22:34 +0000 (+0200)
Subject: Fix tests failures
X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=41ebb55d75a949f7d4e466e3876c8ae3db964cd4;p=pdf.js.git
Fix tests failures
---
diff --git a/fonts.js b/fonts.js
index 7cd27f8..60ad67a 100644
--- a/fonts.js
+++ b/fonts.js
@@ -2571,9 +2571,9 @@ var Type2CFF = (function() {
if (pos == 0) {
return ISOAdobeCharset;
} else if (pos == 1) {
- return CFFExpertCharset;
+ return ExpertCharset;
} else if (pos == 2) {
- return CFFExpertSubsetCharset;
+ return ExpertSubsetCharset;
}
var bytes = this.bytes;
diff --git a/test/test_slave.html b/test/test_slave.html
index 91b8a68..b46e29d 100644
--- a/test/test_slave.html
+++ b/test/test_slave.html
@@ -7,6 +7,7 @@
+