aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java')
-rw-r--r--test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java b/test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java
index 9a80fd964..1be3daa84 100644
--- a/test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java
+++ b/test/java/org/apache/fop/cli/CommandLineOptionsTestCase.java
@@ -19,15 +19,16 @@
package org.apache.fop.cli;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertTrue;
-
import java.io.IOException;
-import org.apache.fop.apps.FOPException;
import org.junit.Before;
import org.junit.Test;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
+import org.apache.fop.apps.FOPException;
+
public class CommandLineOptionsTestCase {
private final CommandLineOptions clo = new CommandLineOptions();