Protocol: | pserver | User: | anonymous |
Machine: | crossfire.cvs.sourceforge.net | CVSROOT: | /cvsroot/crossfire |
Filename: check_object.c | |||
Revision 1.6 | tchize | 2006/07/02 10:32:35 | +33 -8 |
more progress in unit testing, marked points of interrest in code | |||
Show difference between Revision 1.5 and 1.6 | |||
Revision 1.5 | tchize | 2006/06/18 06:27:11 | +119 -29 |
added some test, corrected some indentation, added some TODO and FIXME | |||
Show difference between Revision 1.4 and 1.5 | |||
Revision 1.4 | tchize | 2006/06/07 16:28:50 | +229 -23 |
partial update of check_object | |||
Show difference between Revision 1.3 and 1.4 | |||
Revision 1.3 | tchize | 2006/06/03 13:28:08 | +746 -4 |
made a few methods in object.c static and created empty checks. Methods in object.c that weren't used anywhere else were made static. Methods in object.c that weren't static where assigned an empty test in check_object.c | |||
Show difference between Revision 1.2 and 1.3 | |||
Revision 1.2 | tchize | 2006/05/03 16:50:24 | +2 -1 |
Added autogeneration of html and text report for test process. | |||
Show difference between Revision 1.1 and 1.2 | |||
Revision 1.1 | tchize | 2006/03/21 16:46:08 | None |
Initial commit of unit tests (see doc/Developers/testplans) This is it, initial commit of unit test framework. It contains empty testcases for all unit tests. See test/unit/check_shstr.c for a completed example unit test :) | |||
First version |