summaryrefslogtreecommitdiffstats
path: root/t/004template.t
AgeCommit message (Collapse)AuthorFilesLines
2001-10-28A few enhancements to the template test:jake%acutex.net1-8/+32
* If there's a compilation error, report what it is * Don't try to compile a template if it doesn't exist - We already tested for that and issued an ERROR * Define the 'url' FILTER
2001-10-25Don't rely on the TEST_VERBOSE environment variable (no longer exported from ↵jake%acutex.net1-1/+0
runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files.
2001-10-20Bug 103664 - Tests should "use strict;" and not contain any tabs. We should ↵jake%acutex.net1-1/+2
also use the TEST_VERBOSE environment variable instead of VERBOSE. Patch by David D. Kilzer <ddkilzer@theracingworld.com> Additional edits by myself to add the emacs mode line. Also, the change to runtests.sh was done by me.
2001-10-13If a template doesn't exist, this should be considered a compile failure.jake%acutex.net1-2/+2
No review needed for tests at this time. NOT PART OF BUILD
2001-10-07We also need to look for templates that are INCLUDEd in other templates.jake%acutex.net1-4/+5
No review needed for tests at this time. NOT PART OF BUILD
2001-10-07Test that scans Bugzilla's code looking for used templates then checks to ↵jake%acutex.net1-0/+64
make sure that: a) All the required templates exist b) They all have good syntax No review needed for tests at this time. NOT PART OF BUILD