Closed
Bug 359094
Opened 19 years ago
Closed 18 years ago
lots of warnings in /var/log/apache2
Categories
(Testopia :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vrb, Assigned: gregaryh)
Details
Attachments
(1 file)
2.01 KB,
patch
|
gregaryh
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.5 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060911 SUSE/1.5.0.7-1.5 Firefox/1.5.0.7
Most warnings look like this:
Use of uninitialized value in join or string at Bugzilla/Testopia/TestCaseRun.pm line 731
Use of uninitialized value in split at Bugzilla/Testopia/Search.pm line 973
I'll not list them all here.
Reproducible: Always
Reporter | ||
Updated•19 years ago
|
Version: unspecified → 1.1
Fixed some uninitialized warnings in the apache error logs. This is by no means a complete list - but, just some of the ones that have been found so far.
Assignee | ||
Updated•18 years ago
|
Attachment #255624 -
Flags: review+
Assignee | ||
Comment 2•18 years ago
|
||
Thanks, I have been meaning to get around to cleaning more of these up but have not had the time. Of course they should not be there in the first place. Just sloppy coding on my part ;-)
Remember to set the review flag on patches and request a reviewer. This will expedite the process.
Thanks for your effort.
Checking in Bugzilla/Testopia/Search.pm;
/cvsroot/mozilla/webtools/testopia/Bugzilla/Testopia/Search.pm,v <-- Search.pm
new revision: 1.21; previous revision: 1.20
done
Checking in Bugzilla/Testopia/Table.pm;
/cvsroot/mozilla/webtools/testopia/Bugzilla/Testopia/Table.pm,v <-- Table.pm
new revision: 1.9; previous revision: 1.8
done
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•