buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestCommandBase.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
--- a/buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestCommandBase.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestCommandBase.java	Fri Aug 13 14:59:05 2010 +0300
@@ -16,12 +16,13 @@
 */
 package com.nokia.helium.core.plexus.tests;
 
+import static org.junit.Assert.assertTrue;
+import static org.junit.Assert.fail;
 import hidden.org.codehaus.plexus.interpolation.os.Os;
 
 import java.util.Hashtable;
 
 import org.junit.Test;
-import static org.junit.Assert.*;
 
 import com.nokia.helium.core.plexus.CommandBase;
 import com.nokia.helium.core.plexus.StreamRecorder;