Opened 17 years ago

Last modified 17 years ago

#1213 closed defect

Problems with subversionpathtotestcases? — at Initial Version

Reported by: mrudolph@… Owned by: edunne
Priority: normal Component: TestCaseManagementPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.10

Description

When I try to run Test Runs, I got the following trac error:

Traceback (most recent call last):

File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request

dispatcher.dispatch(req)

File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/testManagementPlugin/testManager.py", line 83, in process_request File "build/bdist.linux-i686/egg/testManagementPlugin/testRuns.py", line 40, in process_testmanager_request File "build/bdist.linux-i686/egg/testManagementPlugin/properties.py", line 47, in hasTestCases File "/var/lib/python-support/python2.4/trac/versioncontrol/cache.py", line 110, in has_node

return self.repos.has_node(path, rev)

File "/var/lib/python-support/python2.4/trac/versioncontrol/svn_fs.py", line 319, in has_node

rev_root = fs.revision_root(self.fs_ptr, rev, pool())

File "/var/lib/python-support/python2.4/libsvn/fs.py", line 224, in svn_fs_revision_root

return apply(_fs.svn_fs_revision_root, args)

TypeError: argument number 2:

Could it be, that the pathotestcase-variable is set wrong? But I dont' know how to set it correctly. Our trac starts at the root of the svn and the folder testcases was created under CUSTOM/scr/testcases.

Change History (0)

Note: See TracTickets for help on using tickets.