summaryrefslogtreecommitdiffstats
path: root/t/005whitespace.t
AgeCommit message (Collapse)AuthorFilesLines
2009-03-02Bug 481025 - Remove rogue Byte Order Mark.wurblzap%gmail.com1-1/+12
Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-03-01Bug 295205 - runtests.pl should check that the line endings of files ↵wurblzap%gmail.com1-2/+18
conform to your OS standard. Patch by Marc Schumann <wurblzap@gmail.com>. r=LpSolit,mkanat; a=mkanat.
2009-03-01Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errorsjustdave%bugzilla.org1-1/+1
r= LpSolit, a= justdave
2009-03-01Bug 126955 - Bugzilla should support translated/localized templates. Patch ↵gerv%gerv.net1-4/+5
by burnus; r=gerv, a=justdave.
2009-03-01Updating my e-mail address as jake@acutex.net is no longer valid.jake%bugzilla.org1-1/+1
* NO CODE CHANGES *
2009-03-01Fix 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
2009-03-01Bug 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
2009-03-01Check templates for tabs, also.jake%acutex.net1-0/+5
2009-03-01Don'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.
2009-03-01Bug 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.
2009-03-01yet another meaningless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2009-03-01another useless whitespace change to test tinderbox withjustdave%syndicomm.com1-1/+1
2009-03-01whitespace change to test tinderbox again.justdave%syndicomm.com1-1/+1
2009-03-01whitespace change to do a test checkin to see how tinderbox reactsjustdave%syndicomm.com1-1/+1
2009-03-01Tabs 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