buildframework/helium/sf/java/imaker/tests/src/com/nokia/helium/imaker/tests/TestHelpConfigStreamConsumer.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/imaker/tests/src/com/nokia/helium/imaker/tests/TestHelpConfigStreamConsumer.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/imaker/tests/src/com/nokia/helium/imaker/tests/TestHelpConfigStreamConsumer.java	Fri Aug 13 14:59:05 2010 +0300
@@ -16,14 +16,14 @@
 */
 package com.nokia.helium.imaker.tests;
 
+import static org.junit.Assert.assertArrayEquals;
+
 import java.io.File;
 
-import org.junit.*;
+import org.junit.Test;
 
 import com.nokia.helium.imaker.HelpConfigStreamConsumer;
 
-import static org.junit.Assert.*;
-
 /**
  * Test the HelpTargetStreamConsumer.
  *