Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andytaylor committed Dec 4, 2009
1 parent c7aeaaf commit 1bb57df
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,7 @@ protected boolean isNetty()

protected boolean isFileStorage()
{
return false;
}

public void _test() throws Exception
{
for (int i = 0; i < 50; i++)
{
System.out.println("\n\n" + i + "\n\n");
testStartStopServers();
tearDown();
setUp();
}
return true;
}

}

0 comments on commit 1bb57df

Please sign in to comment.