Closed
Bug 472194
Opened 16 years ago
Closed 16 years ago
JavaScript error if add test cases to test run from test cases page
Categories
(Testopia :: Test Cases, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 472136
People
(Reporter: mdang, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 Firefox/3.0
Build Identifier: 2.2 Beta
When trying to add test cases to a test run from the test cases page, a
JavaScript error occurs. The test cases are not added to the test run.
Reproducible: Always
Steps to Reproduce:
1)From the "Product Dashboard", select a "Product".
2)Select the "Test Cases" tab.
3)Highlight a test case.
4)Right-Click on the highlight test case.
5)Select "Add Selected Test Cases to Run..."
6)Enter a valid Run Id in "Add To Run" pop up dialog and select "OK" button.
Actual Results:
The following JavaScript error is seen.
Actual Results:
Error: missing ) in parenthetical
Source File: http://rwhaley.dev.local/bugzilla/testopia/extjs/ext-all.js
Line: 24, Column: 15
Source Code:
<pre>DBD::mysql::db do failed: Cannot add or update a child row: a foreign key constraint fails (`bugzilla/test_case_runs`, CONSTRAINT `fk_test_case_runs_assignee_profiles_userid` FOREIGN KEY (`assignee`) REFERENCES `profiles` (`userid`) ON UPDATE CASCADE
Expected Results:
The selected test cases should be added to the test run.
| Assignee | ||
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•