CFFParserTest.java (pdfbox-2.0.23-src) | : | CFFParserTest.java (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
* See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | |||
* limitations under the License. | * limitations under the License. | |||
*/ | */ | |||
package org.apache.fontbox.cff; | package org.apache.fontbox.cff; | |||
import java.io.ByteArrayOutputStream; | import java.io.ByteArrayOutputStream; | |||
import java.io.FileInputStream; | import java.io.FileInputStream; | |||
import java.io.IOException; | import java.io.IOException; | |||
import java.io.InputStream; | import java.io.InputStream; | |||
import java.util.List; | import java.util.List; | |||
import static org.junit.Assert.assertEquals; | ||||
import org.junit.Test; | import org.junit.Test; | |||
import static org.junit.Assert.*; | ||||
/** | /** | |||
* | * | |||
* @author Petr Slaby | * @author Petr Slaby | |||
*/ | */ | |||
public class CFFParserTest | public class CFFParserTest | |||
{ | { | |||
/** | /** | |||
* PDFBOX-4038: Test whether BlueValues and other delta encoded lists are re ad correctly. The | * PDFBOX-4038: Test whether BlueValues and other delta encoded lists are re ad correctly. The | |||
* test file is from FOP-2432. | * test file is from FOP-2432. | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |