Directory trunk/crossfire/test/unit/common/

Directory Created:
2006-03-21 17:46
Directory Deleted:
2006-09-19 02:24
Total Files:
0
Deleted Files:
38
Lines of Code:
0

[root]/trunk/crossfire/test/unit/common

Lines of Code

trunk/crossfire/test/unit/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 157 (100.0%) 5376 (100.0%) 34.2
tchize 109 (69.4%) 5301 (98.6%) 48.6
qal21 3 (1.9%) 41 (0.8%) 13.6
quinet 3 (1.9%) 32 (0.6%) 10.6
ryo_saeba 4 (2.5%) 2 (0.0%) 0.5
mwedel 38 (24.2%) 0 (0.0%) 0.0

Most Recent Commits

mwedel 2006-09-19 02:24 Rev.: 4942

make branche directories, delete old trunk.

0 lines of code changed in 38 files:

  • trunk/crossfire/test/unit/common: .cvsignore (del), Makefile.am (del), Makefile.in (del), check.template (del), check_anim.c (del), check_arch.c (del), check_button.c (del), check_exp.c (del), check_friend.c (del), check_glue.c (del), check_holy.c (del), check_image.c (del), check_info.c (del), check_init.c (del), check_item.c (del), check_links.c (del), check_living.c (del), check_loader.c (del), check_logger.c (del), check_los.c (del), check_map.c (del), check_object.c (del), check_path.c (del), check_player.c (del), check_porting.c (del), check_quest.c (del), check_re-cmp.c (del), check_readable.c (del), check_recipe.c (del), check_region.c (del), check_shstr.c (del), check_shstr.c_ok (del), check_time.c (del), check_treasure.c (del), check_utils.c (del), dumb.c (del), dumb.h (del), stubs_common.c (del)
ryo_saeba 2006-08-26 12:56 Rev.: 4845

Remove obsolete event system.

0 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_arch.c (-1)
quinet 2006-08-25 18:03 Rev.: 4839

Stop complaining about .autorun.xml

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: .cvsignore (+1)
quinet 2006-08-25 18:00 Rev.: 4838

Regenerated again.

21 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: Makefile.in (+21 -21)
quinet 2006-08-25 16:28 Rev.: 4836

configure, aclocal.m4, utils/config.guess, utils/config.sub,
utils/ltmain.sh, include/autoconf.h.in, */Makefile.in: regenerated using
slightly newer versions of libtoolize, aclocal, automake and autoconf.

10 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: Makefile.in (+10 -6)
qal21 2006-08-12 14:38 Rev.: 4785

Impliment cfpython map invalidation. Change behavoir of EVENT_MAP*

5 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: stubs_common.c (+5)
qal21 2006-07-29 11:36 Rev.: 4729

Add more files to .cvsignore

31 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: .cvsignore (+31)
ryo_saeba 2006-07-29 05:13 Rev.: 4727

Add .cvsignore files, courtesy Rapha��l Quinet - quinet

0 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: .cvsignore (new)
qal21 2006-07-28 01:45 Rev.: 4711

Add EVENT_DESTROY. Allow execute_event to be called from common.

5 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: stubs_common.c (+5)
tchize 2006-07-02 10:32 Rev.: 4661


more progress in unit testing, marked points of interrest in code

32 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_object.c (+32 -7)
tchize 2006-06-18 06:27 Rev.: 4645


added some test, corrected some indentation, added some TODO and FIXME

118 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_object.c (+118 -28)
tchize 2006-06-07 16:44 Rev.: 4640


update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*

28 lines of code changed in 28 files:

  • trunk/crossfire/test/unit/common: Makefile.in (+1 -1), check_anim.c (+1 -1), check_button.c (+1 -1), check_exp.c (+1 -1), check_friend.c (+1 -1), check_glue.c (+1 -1), check_holy.c (+1 -1), check_image.c (+1 -1), check_info.c (+1 -1), check_init.c (+1 -1), check_item.c (+1 -1), check_links.c (+1 -1), check_living.c (+1 -1), check_loader.c (+1 -1), check_logger.c (+1 -1), check_los.c (+1 -1), check_map.c (+1 -1), check_path.c (+1 -1), check_player.c (+1 -1), check_porting.c (+1 -1), check_quest.c (+1 -1), check_re-cmp.c (+1 -1), check_readable.c (+1 -1), check_recipe.c (+1 -1), check_region.c (+1 -1), check_time.c (+1 -1), check_treasure.c (+1 -1), check_utils.c (+1 -1)
tchize 2006-06-07 16:28 Rev.: 4639


partial update of check_object

228 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_object.c (+228 -22)
tchize 2006-06-03 13:28 Rev.: 4622


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

745 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_object.c (+745 -3)
tchize 2006-06-01 18:07 Rev.: 4619


toolkit_common activated in unit test.
check_arch is the first check to use it.
Rebuilded makefiles in accordance

102 lines of code changed in 3 files:

  • trunk/crossfire/test/unit/common: Makefile.am (+3 -1), Makefile.in (+95 -35), check_arch.c (+4 -15)
ryo_saeba 2006-05-05 04:41 Rev.: 4559

Second part of patch #1453869 courtesy Stefan Huehner (shuehner)

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: stubs_common.c (+1 -1)
ryo_saeba 2006-05-05 04:21 Rev.: 4557

No need to fail when autorun.xml doesn't exist :)

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: Makefile.in (+1 -1)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

207 lines of code changed in 32 files:

  • trunk/crossfire/test/unit/common: Makefile.am (+12 -9), Makefile.in (+165 -54), check_anim.c (+1), check_arch.c (+1), check_button.c (+1), check_exp.c (+1), check_friend.c (+1), check_glue.c (+1), check_holy.c (+1), check_image.c (+1), check_info.c (+1), check_init.c (+1), check_item.c (+1), check_links.c (+1), check_living.c (+1), check_loader.c (+1), check_logger.c (+1), check_los.c (+1), check_map.c (+1), check_object.c (+1), check_path.c (+1), check_player.c (+1), check_porting.c (+1), check_quest.c (+1), check_re-cmp.c (+1), check_readable.c (+1), check_recipe.c (+1), check_region.c (+1), check_shstr.c (+1), check_time.c (+1), check_treasure.c (+1), check_utils.c (+1)
tchize 2006-04-06 16:18 Rev.: 4551


finished common/arch.c unit test, fixed a few bugs, moved function around and renamed other

291 lines of code changed in 3 files:

  • trunk/crossfire/test/unit/common: Makefile.am (+1 -1), Makefile.in (+1 -1), check_arch.c (+289 -3)
tchize 2006-03-23 14:39 Rev.: 4547


corrected check_shstr.c (lacking a few line of code)

5 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: check_shstr.c (+5 -1)
tchize 2006-03-22 18:06 Rev.: 4546


updated configure.ac to automatically check availability of a few headers required by crossedit
Basically, it tries to compile a test code having only includes of xaw, posix, etc. Should be
enough to prevent most crossedit compilation issue but not perfect. (Should check version of lib and
try a few methods on them). crossedit/ and test/unit/crossedit are skipped by make if test fail.

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/common: Makefile.in (+1)
tchize 2006-03-21 17:46 Rev.: 4543


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 :)

3544 lines of code changed in 37 files:

  • trunk/crossfire/test/unit/common: Makefile.am (new 19), Makefile.in (new 825), check.template (new 77), check_anim.c (new 77), check_arch.c (new 77), check_button.c (new 77), check_exp.c (new 77), check_friend.c (new 77), check_glue.c (new 77), check_holy.c (new 77), check_image.c (new 77), check_info.c (new 77), check_init.c (new 77), check_item.c (new 77), check_links.c (new 77), check_living.c (new 77), check_loader.c (new 77), check_logger.c (new 77), check_los.c (new 77), check_map.c (new 77), check_object.c (new 77), check_path.c (new 77), check_player.c (new 77), check_porting.c (new 77), check_quest.c (new 77), check_re-cmp.c (new 77), check_readable.c (new 77), check_recipe.c (new 77), check_region.c (new 77), check_shstr.c (new 204), check_shstr.c_ok (new 92), check_time.c (new 77), check_treasure.c (new 77), check_utils.c (new 77), dumb.c (new 2), dumb.h (new 2), stubs_common.c (new 90)
Generated by StatSVN 0.7.0