summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fop-core/src/test/java/org/apache/fop/svg/font/KerningGlyphLayoutTestCase.java14
1 files changed, 8 insertions, 6 deletions
diff --git a/fop-core/src/test/java/org/apache/fop/svg/font/KerningGlyphLayoutTestCase.java b/fop-core/src/test/java/org/apache/fop/svg/font/KerningGlyphLayoutTestCase.java
index cc015ccb0..94e848b73 100644
--- a/fop-core/src/test/java/org/apache/fop/svg/font/KerningGlyphLayoutTestCase.java
+++ b/fop-core/src/test/java/org/apache/fop/svg/font/KerningGlyphLayoutTestCase.java
@@ -18,22 +18,24 @@
/* $Id$ */
package org.apache.fop.svg.font;
-import org.apache.batik.gvt.font.GVTLineMetrics;
-import org.apache.fop.fonts.Font;
-import org.apache.fop.fonts.FontMetrics;
-import org.junit.Before;
-import org.junit.Test;
-
import java.awt.geom.Point2D;
import java.text.CharacterIterator;
import java.text.StringCharacterIterator;
+import org.junit.Before;
+import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.mockito.Matchers.anyInt;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
+import org.apache.batik.gvt.font.GVTLineMetrics;
+
+import org.apache.fop.fonts.Font;
+import org.apache.fop.fonts.FontMetrics;
+
+
public class KerningGlyphLayoutTestCase extends FOPGVTGlyphVectorTest {
private final int fontSize = 37500;