summaryrefslogtreecommitdiffstats
path: root/t/005no_tabs.t
AgeCommit message (Collapse)AuthorFilesLines
2005-08-06Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
r= LpSolit, a= justdave
2003-01-24Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net1-4/+5
by burnus; r=gerv, a=justdave.
2002-08-27Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org1-1/+1
* NO CODE CHANGES *
2002-05-09Fix for bug 143124, Fix warning messages about *::TESTOUT and clean upzach%zachlipton.com1-1/+1
test code. Patch makes the tests much better now. r=zach x2
2002-05-07Bug 135543 - @Support::Templates::testitems does not list all templatesbbaetz%student.usyd.edu.au1-12/+15
Patch by ddkilzer@theracingworld.com (David D. Kilzer), r=gerv, justdave
2001-10-26Check templates for tabs, also.jake%acutex.net1-0/+5
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-2/+4
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-19yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19another useless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2001-10-19whitespace change to test tinderbox again.justdave%syndicomm.com1-1/+1
2001-10-19whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com1-1/+1
2001-10-13Tabs are not allowed in Bugzilla source... if we find one, issue a warning.jake%acutex.net1-0/+45
No review needed for tests at this time. NOT PART OF BUILD