summaryrefslogtreecommitdiffstats
path: root/test/unit/ui
Commit message (Collapse)AuthorAgeFilesLines
* CInstanceManager refactoringPiotr DziwiƄski2013-02-176-14/+32
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Comment the test that fails, with a TODO.Didier Raboud2013-02-141-1/+2
|
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-038-0/+463
* all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot