You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2021/11/24 03:57:24 UTC

svn commit: r1895279 - /pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java

Author: tilman
Date: Wed Nov 24 03:57:24 2021
New Revision: 1895279

URL: http://svn.apache.org/viewvc?rev=1895279&view=rev
Log:
PDFBOX-5328: make class + method public

Modified:
    pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java

Modified: pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java?rev=1895279&r1=1895278&r2=1895279&view=diff
==============================================================================
--- pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java (original)
+++ pdfbox/branches/2.0/fontbox/src/test/java/org/apache/fontbox/ttf/TestCMapSubtable.java Wed Nov 24 03:57:24 2021
@@ -27,13 +27,13 @@ import org.junit.Test;
  *
  * @author Tilman Hausherr
  */
-class TestCMapSubtable
+public class TestCMapSubtable
 {
     /**
      * Test that we get multiple encodings from cmap table
      */
     @Test
-    void testPDFBox5328() throws IOException
+    public void testPDFBox5328() throws IOException
     {
         List<Integer> expectedCharCodes = Arrays.asList(19981, 63847);
         int gid = 8712;