Browse Source

Font name was wrong

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@818441 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Maximilian Berger 14 years ago
parent
commit
b4df075d6d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java

+ 1
- 1
test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java View File

* Simple test to see if font name was detected correctly. * Simple test to see if font name was detected correctly.
*/ */
public void testFontName() { public void testFontName() {
assertEquals("DejaVu", font.getFontName());
assertEquals("DejaVuLGCSerif", font.getFontName());
} }
} }

Loading…
Cancel
Save