Skip to content

Commit

Permalink
Enabled another Aesh test
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed May 3, 2013
1 parent 6c78f8f commit 1c4fa0e
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -6,15 +6,14 @@
*/
package org.jboss.forge.aesh;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;

import org.jboss.aesh.cl.CommandLine;
import org.jboss.aesh.cl.exception.RequiredOptionException;
import org.jboss.aesh.complete.CompleteOperation;
import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

/**
* @author <a href="mailto:stale.pedersen@jboss.org">Ståle W. Pedersen</a>
*/
Expand Down

0 comments on commit 1c4fa0e

Please sign in to comment.