summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Collapse)AuthorFilesLines
2007-01-02Removed obsolete files. Added a generic trigger system.Guillaume Melquiond12-2751/+0
2006-08-09Deleted three old .cvsignore files.Bjørn Lindeijer1-2/+0
2005-07-25Added modified Map, MapReader, ResourceManager classes and base64 functionsBjørn Lindeijer1-0/+2
from client to server. Nothing tested yet, just made sure it still compiled.
2005-07-01Fixed compilation warning and code cleanup.Huynh Tran2-107/+57
2005-06-30Fixed memory leak, implemented delAccount() + unit tests and now using ↵Huynh Tran7-278/+448
reference-counted smart pointers to facilitate the memory management.
2005-06-29Fixed bugs, added new accessors and mutators to Object and Being, sync'd the ↵Huynh Tran4-23/+60
rest of the code to take into account the changes.
2005-06-28Fixed bugs and added new unit tests.Huynh Tran2-54/+316
2005-06-27Implemented addAccount() (+ unit tests).Huynh Tran5-51/+249
2005-06-24Fixed compilation warnings, the unit tests are now compiled if ↵Huynh Tran3-7/+52
--enable-unit-tests is set.
2005-06-21Reorganized unit tests and initial release of the unit tests for the Storage ↵Huynh Tran11-0/+2089
class (to be completed).