[root]/server/trunk/test/templates
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 39 (100.0%) | 383 (100.0%) | 9.8 |
mwedel | 2 (5.1%) | 369 (96.3%) | 184.5 |
ryo_saeba | 17 (43.6%) | 7 (1.8%) | 0.4 |
akirschbaum | 12 (30.8%) | 6 (1.6%) | 0.5 |
anmaster | 8 (20.5%) | 1 (0.3%) | 0.1 |
test/templates/logresult.xsl: Fix case of tag, must be lower case since it
generates XHTML, not HTML.
check-fragment.am: Make report generation work for out of tree builds. We now
copy the xsl files to test/logs/ before everything else, instead of after. We
also use the copy now, instead of using the file in test/templates/.
1 lines of code changed in 1 file:
test/templates/crossfire-logo-unit-failed.png,
test/templates/crossfire-logo-unit-success.png,
test/templates/txtlog.png, test/templates/failure.png,
test/templates/success.png, test/templates/error.png,
test/templates/crossfire-logo-unit.png: Recompress png images for smaller file
size.
0 lines of code changed in 7 files:
Remove trailing whitespace.
6 lines of code changed in 5 files:
Revert regression test images to correct ones.
0 lines of code changed in 7 files:
Fix unit test pics (those are dummy ones, to be replaced someday). Add more tests to objects.
0 lines of code changed in 7 files:
Binary issue.
7 lines of code changed in 9 files:
Remove generated files.
0 lines of code changed in 1 file:
Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25
369 lines of code changed in 2 files: