// test list properly
{
String[] parameters = {"-r", "-s"};
InfoListTestCliFrontend testFrontend = new InfoListTestCliFrontend(new TestProtocol());
int retCode = testFrontend.list(parameters);
assertTrue(retCode == 0);
}
}
catch (Exception e) {
System.err.println(e.getMessage());