Updated Branches: refs/heads/master 00e861894 -> 6d9fe077a
o Remove unused import Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6d9fe077 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6d9fe077 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6d9fe077 Branch: refs/heads/master Commit: 6d9fe077ad30cc4fc8cb22efb0e091b2df5d4321 Parents: 00e8618 Author: Andreas Gudian <agud...@apache.org> Authored: Sun Aug 11 11:43:12 2013 +0200 Committer: Andreas Gudian <agud...@apache.org> Committed: Sun Aug 11 11:43:12 2013 +0200 ---------------------------------------------------------------------- .../maven/plugin/surefire/report/StatelessXMLReporterTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6d9fe077/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java ---------------------------------------------------------------------- diff --git a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java index c0e3951..2dfd099 100644 --- a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java +++ b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java @@ -23,8 +23,6 @@ import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; -import java.nio.ByteBuffer; -import java.nio.charset.Charset; import junit.framework.AssertionFailedError; import junit.framework.TestCase;