Closed
Bug 359206
Opened 19 years ago
Closed 19 years ago
JSON.pm cannot be found
Categories
(Testopia :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: markus.linke, Assigned: gregaryh)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
Build Identifier:
After the successful installation test-cases cannot be added because JSON.pm cannot be found. After installing JSON from CPAN it works. The installation routine should check if JSON.pm is present.
Reproducible: Always
Steps to Reproduce:
1. install testopia 1.1 on bugzilla 2.2
2.
3.
Actual Results:
error web-page complaining about missing JSON.pm
Expected Results:
test case added
Comment 1•19 years ago
|
||
tr_install relies on checksetup to tell you that JSON is needed.
http://wiki.mozilla.org/Testopia:README#Installation says this:
"You then need to run tr_install.pl followed by checksetup.pl, and follow any instructions that they produce."
| Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•