* @return
* @throws IOException
*/
public List<String> readCompleteList() throws IOException {
final List<String> list = new ArrayList<String>();
Filter.readTestList(new LineProcessor() {
@Override
public void processLine(StringBuffer buf) {
String line = buf.toString();
//if (!line.contains("[")) {