Font name was wrong

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@818441 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maximilian Berger 2009-09-24 10:55:51 +00:00
parent 4e970b8a7d
commit b4df075d6d

View File

@ -47,6 +47,6 @@ public class DejaVuLGCSerifTest extends TestCase {
* Simple test to see if font name was detected correctly.
*/
public void testFontName() {
assertEquals("DejaVu", font.getFontName());
assertEquals("DejaVuLGCSerif", font.getFontName());
}
}