Directory trunk/crossfire/test/unit/crossedit/

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 76 (100.0%) 2174 (100.0%) 28.6
tchize 52 (68.4%) 2127 (97.8%) 40.9
quinet 2 (2.6%) 31 (1.4%) 15.5
qal21 1 (1.3%) 15 (0.7%) 15.0
ryo_saeba 2 (2.6%) 1 (0.0%) 0.5
mwedel 19 (25.0%) 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 19 files:

  • trunk/crossfire/test/unit/crossedit: .cvsignore (del), Makefile.am (del), Makefile.in (del), check.template (del), check_App.c (del), check_Attr.c (del), check_Bitmaps.c (del), check_CrEdit.c (del), check_CrFace.c (del), check_CrList.c (del), check_CrUtil.c (del), check_Edit.c (del), check_MapAttr.c (del), check_Str.c (del), check_crossedit.c (del), check_png.c (del), check_stubs.c (del), check_xutil.c (del), stubs_crossedit.c (del)
quinet 2006-08-25 18:00 Rev.: 4838

Regenerated again.

21 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/crossedit: 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/crossedit: Makefile.in (+10 -6)
qal21 2006-07-29 11:36 Rev.: 4729

Add more files to .cvsignore

15 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/crossedit: .cvsignore (+15)
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/crossedit: .cvsignore (new)
tchize 2006-07-17 14:06 Rev.: 4688


Fixed error in file (srunner_check_out does not exist, removed line)

0 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/crossedit: check_stubs.c (-1)
tchize 2006-06-07 16:44 Rev.: 4640


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

15 lines of code changed in 15 files:

  • trunk/crossfire/test/unit/crossedit: Makefile.in (+1 -1), check_App.c (+1 -1), check_Attr.c (+1 -1), check_Bitmaps.c (+1 -1), check_CrEdit.c (+1 -1), check_CrFace.c (+1 -1), check_CrList.c (+1 -1), check_CrUtil.c (+1 -1), check_Edit.c (+1 -1), check_MapAttr.c (+1 -1), check_Str.c (+1 -1), check_crossedit.c (+1 -1), check_png.c (+1 -1), check_stubs.c (+1 -1), check_xutil.c (+1 -1)
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

1 lines of code changed in 1 file:

  • trunk/crossfire/test/unit/crossedit: Makefile.in (+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/crossedit: Makefile.in (+1 -1)
tchize 2006-05-03 16:50 Rev.: 4554



Added autogeneration of html and text report for test process.

148 lines of code changed in 16 files:

  • trunk/crossfire/test/unit/crossedit: Makefile.am (+10 -4), Makefile.in (+124 -15), check_App.c (+1), check_Attr.c (+1), check_Bitmaps.c (+1), check_CrEdit.c (+1), check_CrFace.c (+1), check_CrList.c (+1), check_CrUtil.c (+1), check_Edit.c (+1), check_MapAttr.c (+1), check_Str.c (+1), check_crossedit.c (+1), check_png.c (+1), check_stubs.c (+1), check_xutil.c (+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/crossedit: 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 :)

1962 lines of code changed in 18 files:

  • trunk/crossfire/test/unit/crossedit: Makefile.am (new 19), Makefile.in (new 698), check.template (new 77), check_App.c (new 77), check_Attr.c (new 77), check_Bitmaps.c (new 77), check_CrEdit.c (new 77), check_CrFace.c (new 77), check_CrList.c (new 77), check_CrUtil.c (new 77), check_Edit.c (new 77), check_MapAttr.c (new 77), check_Str.c (new 77), check_crossedit.c (new 77), check_png.c (new 77), check_stubs.c (new 77), check_xutil.c (new 77), stubs_crossedit.c (new 90)
Generated by StatSVN 0.7.0