* merge in much of the dav_rework branch: (the drift was becoming to big, no function...
authorWilfried Göesgens <willi@citadel.org>
Sun, 24 Jan 2010 11:11:37 +0000 (11:11 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 24 Jan 2010 11:11:37 +0000 (11:11 +0000)
commite4238f86ca219675a2f56a156acec672106e5313
treecb61693ddfd78da23a1bc883a5530706a36ece9d
parent542e41ae940e81eb03d49fddd744c74941a5ff12
* merge in much of the dav_rework branch: (the drift was becoming to big, no functional changes)
* make configure search for cunit
* rename struct floor to Floor, since floor was already taken by math.h
* move over most of the functions from webserver.c to sysdep.c so main() is isolated and more easy to be replaced by another main in a test-suite-binary
* add first unit test implementations
  - test the LANG header parser
  - start testing the floor evaluation
12 files changed:
webcit/configure.ac
webcit/roomlist.c
webcit/roomops.c
webcit/roomops.h
webcit/sysdep.c
webcit/tests/Makefile.in [new file with mode: 0644]
webcit/tests/test_main.c [new file with mode: 0644]
webcit/tests/test_tools.c [new file with mode: 0644]
webcit/webcit.c
webcit/webcit.h
webcit/webserver.c
webcit/webserver.h