Modify ↓
#7642 closed defect (invalid)
NameError: global name 'FALSE' is not defined
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /testmanagement/runs, Trac issued an internal error.
(please provide additional details here)
System Information
| Trac | 0.11dev-r5883
|
| Python | 2.4.4 (#1, Apr 5 2007, 20:09:06) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)]
|
| setuptools | 0.6c3
|
| SQLite | 3.3.8
|
| pysqlite | 2.3.2
|
| Genshi | 0.4.2
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5883-py2.4.egg/trac/web/main.py", line 406, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11dev_r5883-py2.4.egg/trac/web/main.py", line 216, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/testManagementPlugin/testManager.py", line 85, in process_request
File "build/bdist.linux-i686/egg/testManagementPlugin/testRuns.py", line 45, in process_testmanager_request
File "build/bdist.linux-i686/egg/testManagementPlugin/properties.py", line 58, in hasTestCases
NameError: global name 'FALSE' is not defined
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Keywords: | plugin added |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This URL (/testmanagement/…) is not handled by a Trac component: it comes from a plugin, you want to report the error to the plugin maintainer.