Closed
Bug 455717
Opened 17 years ago
Closed 16 years ago
TestCaseRun.create case_text_version is not optional as documented
Categories
(Testopia :: API, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nparrish, Assigned: gregaryh)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20071128 Fedora/2.0.0.10-2.fc7 Firefox/2.0.0.10
Build Identifier: Testopia 2.1
according to http://landfill.bugzilla.org/testopia2/docs/html/api/Bugzilla/WebService/Testopia/TestCaseRun.html
for TestCaseRun.create, case_text_version is optional. however, failing to specify it results in the error:
DBD::Pg::db do failed: ERROR: null value in column "case_text_version" violates not-null constraint\n [for Statement "INSERT INTO test_case_runs (build_id, environment_id, case_id, iscurrent, case_run_status_id, run_id) VALUES (?,?,?,?,?,
adding the case_text_version parameter does allow the call to succeed.
note that I am using postgres as the backend DB here.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•16 years ago
|
||
Defaults now to the latest version
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•