function addIncompleteTest(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addIncompleteTest($test, $e);
     $this->formatError("INCOMPLETE", $test, $e);
 }
 function addIncompleteTest(PHPUnit2_Framework_Test $test, Exception $e)
 {
     parent::addIncompleteTest($test, $e);
     $this->logger->addIncompleteTest($test, $e);
 }