This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5952 - Error: Unable to obtain results
Summary: Error: Unable to obtain results
Status: RESOLVED FIXED
Alias: None
Product: Test Harness for Browser testing
Classification: Unclassified
Component: CSS Harness (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: David Berfanger
QA Contact:
URL: http://www.w3.org/2008/07/test-harnes...
Whiteboard:
Keywords:
: 6019 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-12 20:22 UTC by David Berfanger
Modified: 2008-09-02 20:45 UTC (History)
0 users

See Also:


Attachments

Description David Berfanger 2008-08-12 20:22:29 UTC
Error handling when no data have been entered for a particular request is not graceful.
Comment 1 David Berfanger 2008-09-02 17:12:58 UTC
*** Bug 6019 has been marked as a duplicate of this bug. ***
Comment 2 David Berfanger 2008-09-02 20:45:57 UTC
Changed results.php so that the page title is set before any error reporting such that on an error the correct page title is reported.

Also, changed class.test_results.phi removing lines from the constructor that triggered an error when no data are available for a provided query and adding lines to the write member function stating "No results entered matching this query" if no data are available.