summaryrefslogtreecommitdiff
path: root/src/msvc6/testrunner/TestRunnerApp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merged Baptiste Lepilleurs CppUnitW 1.2.Bastiaan Bakker2001-04-291-0/+56
Some differences: TypeInfo stuff (in TestSuite) compiled in only if USE_TYPEINFO is set. TestSuite.getTests now returns a const ref instead of taking a ref as param. Removed auto_ptr stuff from TestFactoryRegistry: auto_ptr cannot be used in containers.