Author: maxberger
Date: Thu Sep 24 10:55:51 2009
New Revision: 818441
URL: http://svn.apache.org/viewvc?rev=818441&view=rev
Log:
Font name was wrong
Modified:
xmlgraphics/fop/trunk/test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java
Modified:
xmlgraphics/fop/trunk/test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java?rev=818441&r1=818440&r2=818441&view=diff
==============================================================================
---
xmlgraphics/fop/trunk/test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java
(original)
+++
xmlgraphics/fop/trunk/test/java/org/apache/fop/fonts/DejaVuLGCSerifTest.java
Thu Sep 24 10:55:51 2009
@@ -47,6 +47,6 @@
* Simple test to see if font name was detected correctly.
*/
public void testFontName() {
- assertEquals("DejaVu", font.getFontName());
+ assertEquals("DejaVuLGCSerif", font.getFontName());
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]