Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 29, 2013
1 parent ae801aa commit a8cf83d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -87,8 +87,8 @@ public void testCommandAutocompleteOption() throws Exception
@Test
public void testCommandAutocompleteOptionShortName() throws Exception
{
test.waitForCompletion("foocommand --help ", "foocommand -h", 5, TimeUnit.SECONDS);
Assert.assertEquals("foocommand --help ", test.getBuffer().getLine());
test.waitForCompletion("foocommand -h ", "foocommand -h", 5, TimeUnit.SECONDS);
Assert.assertEquals("foocommand -h ", test.getBuffer().getLine());
}

@Test
Expand Down

0 comments on commit a8cf83d

Please sign in to comment.