Modify ↓
Opened 11 years ago
Closed 11 years ago
#11358 closed defect (fixed)
adding custom [test-outcomes] breaks setting outcomes from Test Plan table view
Reported by: | JamesThomasMoon1979 | Owned by: | Roberto Longobardi |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
Following this section I added the skipped
outcome to conf/trac.ini
. The last line here:
[test-outcomes] default = TO_BE_TESTED green.successful = Successful red.failed = Failed yellow.to_be_tested = Untested yellow.skipped = skipped
I restarted the trac server.
When attempting to set a test case outcome from the Test Plan view, the web page stops interacting. The developer console shows
[17:18:54.182] TypeError: ui.item.attr(...) is undefined @ http://server:8080/e/chrome/testmanager/js/testmanager.js:792 [17:18:54.185] SyntaxError: syntax error @ javascript:void:1
Using firefox 24.0 on Ubuntu.
The sequence of events was this
- I created some Test Plan
foobar
in catalogmy catalog
- changed the
conf/trac.ini
as shown above - restarted the server
- browse to Test Manager
- browse to
my catalog
- select the test plan
foobar
now I'm in the table view of the test plan - click on a test case icon
opens the possible outcomes (see attachment) - click a yellow outcome
nothing occurs, the setting outcomes appears unresponsive
the DEBUG level trac.log does not show any exception nor any debug statements occurring. The firefox Developer Console shows errors.
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | Screenshot from 2013-10-22 17:10:56-edit.png added |
---|
comment:1 Changed 11 years ago by
Component: | TestCaseManagementPlugin → TestManagerForTracPlugin |
---|---|
Owner: | changed from edunne to Roberto Longobardi |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed with 1.7.2.