Opened 16 years ago
Last modified 15 years ago
#4687 new defect
No node /sws/svn/TestProject/testcases at revision 627
Reported by: | Owned by: | edunne | |
---|---|---|---|
Priority: | highest | Component: | TestCaseManagementPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
1) click Create Test Run from main line 2) display:"No node /sws/svn/TestProject/testcases at revision 627" 3) click Validate Test Scripts from mainline 4) dispaly: "
# There appears to be a configuration problem for the testcaseplugin. The reason could be one of the following: there are no testcases in subversion at the specified path...check some tests into Subversion and try again # the trac.ini file is missing the config variable SubversionPathToTestCases under the section 'testManagementExtension' # the current user is not allowed to access the subversion repository using the current trac acount
Error message if any specified here : error fetching test case list # An uspecified error occured...the most likely cause is either the path subversionpathtotestcases or repository_dir configuration values are set wrong in the trac.conf file. Error message included hopefully it will be useful # Exception was: No node /sws/svn/TestProject at revision 627
"
Attachments (1)
Change History (3)
Changed 16 years ago by
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
I have the same problem, in my trac.ini have
repository_dir = C:\Repositories\subcarto\RepoPrueba\PortletPrueba\ (with this my browse code works ok, and let me see may trunk/tags/branches root, and of coures my testcases folder with a template and a testcase)
and
SubversionPathToTestCases=/svn/subcarto/RepoPrueba/PortletPrueba/testcases
somebody already knows how to fix this error?
Does this path exist in subversion: sws/svn/TestProject/testcases ?
The plugin won't automatically create the testcases folder so it needs to exist if that's the path you want to use.