}
public void testFilterANSIEvalTrue() throws Exception {
LineBuffer buffer = new LineBuffer(LogPriority.STDERR);
buffer.logLine("All good things must come to an end");
buffer.logLine("Beam me up, \\u001B\\[1mScottie\\u001B\\[1m");
MockControl prCtrl = MockClassControl.createNiceControl(Project.class);
Project project = (Project)prCtrl.getMock();
MockControl xhCtrl = MockClassControl.createNiceControl(XharnessTask.class);