summaryrefslogtreecommitdiff
path: root/cppunit/TextTestResult.cpp
Commit message (Expand)AuthorAgeFilesLines
* Prefixed cout, cerr and endl with std::.Bastiaan Bakker2001-04-151-19/+19
* Moved public header files from cppunit dir to include/cppunit, to separate th...Bastiaan Bakker2001-04-141-3/+3
* Always use namespace std for strings and vectors.Bastiaan Bakker2001-04-141-2/+2
* Removed all 'using namespace' occurrences.Bastiaan Bakker2001-04-141-4/+3
* Fix bug #223290: cerr undefined.Bastiaan Bakker2001-04-131-0/+1
* Fix bug #232636: TextTestResult::printHeader(ostream& stream) outputs to cout.Bastiaan Bakker2001-04-131-2/+2
* Changed output.Eric Sommerlade2000-10-131-2/+5
* Added TextResult files.Eric Sommerlade2000-10-111-0/+124