﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
4687,No node /sws/svn/TestProject/testcases at revision 627,defect,0.11,edunne,new,2009-02-24T07:04:34+01:00,2010-03-10T02:53:24+01:00,"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

"" 
",kimti.g@…
6355,UnicodeEncodeError: 'ascii' codec can't encode characters in position 8-15: ordinal not in range(128),defect,0.11,edunne,new,2009-12-20T14:46:59+01:00,2009-12-20T14:46:59+01:00,"Hi, 
Can not make this thing working. 
It does not work with Cyrillic letters though I used only english it gives me the error in summary when I create a tickets for a test run.
I attach files that I use.

Sergei.
***",sbazhin@…
5423,Display problem when using PyDotOrgTheme,defect,0.11,edunne,new,2009-06-24T16:27:10+02:00,2009-12-03T15:51:05+01:00,The links for the TestCaseManagementPlugin interfere with the navigational links in Trac when using the PyDotOrgTheme.,jtharpe@…
5258,Parse Error - No node error,defect,0.11,edunne,new,2009-05-20T20:04:40+02:00,2009-05-21T15:56:35+02:00,"I've just installed plugin.

After changing subversionpathtotestcases to find the testcase with no success, 
when pointing to folder with testcases a No node error, when pointing to folder that contains the folder testcases, no error but when starting to run test no testcase/testtemplate available to choose.

I've managed to point to the testcase folder using a branh and then I get a parse error for all the tests. but no traces in trac.log




 ",anonymous
6789,no node problem,defect,0.11,edunne,new,2010-03-10T03:06:47+01:00,2010-03-10T03:06:47+01:00,"I have the no node problem in the Validate Test Scripts from mainline link.

{{{

# 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 C:\Repositories\subcarto\RepoPrueba\PortletPrueba\testcases at revision 17
}}}

mi trac.ini has 

'''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?
",moebhius@…
1550,Why select more than one user to generate tickets for?,enhancement,0.10,edunne,new,2007-05-22T11:12:14+02:00,2008-05-19T07:47:42+02:00,"In the standard installation Trac doesn't know it's users, isn't that right?

The result is, that I can't select any user, because there is no user shown in the select-box.

I think it would be better if there was an simple textfield, where I can manually enter the user's name I want the tickets to be generated for. If it's important to generate the tickets for more than one user, perhaps you could use a comma seperated list of user names?

By the way: Some documentation would be nice, how the tickets are assigned to multiple users.",andy@…
1576,Enabling attachments for test data,enhancement,0.10,edunne,new,2007-05-25T12:06:00+02:00,2011-09-26T01:06:38+02:00,"Sorry for posting so many tickets ;)

When creating test cases sometimes you need some testing data, in form of text-documents or something else.

I think it would be helpful to have a new tag ""attachment"" or something in the xml-file where you can refer to a file in the same repository-folder where the test cases are stored.

This file could be linked (you can download it from the repository-browser), or attached to the ticket. (I think it should be linked, because such files can become very huge)

What do you think?",andy@…
1705,should the testtemplates.xml file be required...,defect,0.10,edunne,new,2007-06-27T00:01:53+02:00,2011-04-15T21:44:52+02:00,"potentially we should elimate the requirement that the testtemplates.xml file has to exists, since it really is just a convienient way to group and organize testcases.",edunne
2355,Allow multiple test cases in one xml file,enhancement,0.10,edunne,new,2008-01-07T04:39:44+01:00,2008-05-19T07:49:10+02:00,If there can be multiple tests in one file this is more flexible and prevents the user drowning in piles of files!  Python has nice XML libraries to save one having to use Regexp to parse XML. Thanks for a great little plugin!,anonymous
3027,[Patch] TestManagement tab access based on permissions.,defect,0.10,edunne,new,2008-05-14T12:34:24+02:00,2010-05-21T16:48:50+02:00,"All users have access to the !TestManagement tab (even though some can do nothing there because they lack privileges for svn view, TICKET_VIEW and so on).
It would be great to have some permissions like TESTMNG_ADMIN, TESTMNG_CREATE, TESTMNG_VIEW, etc to manage this.
",anonymous
3257,Use MasterTickets plugin for grouping?,enhancement,0.10,edunne,new,2008-06-25T23:34:35+02:00,2008-06-25T23:59:14+02:00,"Would it be reasonable to use the MasterTickets plugin for grouping test runs?  Then the dependency graph could be used, and/or extended to see what tests still need to be run, what ones are failing/holding up a test from passing, etc.",Jay
3283,enter test cases like in TracFormsPlugin ?,enhancement,0.11,edunne,new,2008-06-28T23:08:28+02:00,2010-07-23T16:19:44+02:00,"would it be possible to enter the test cases like in TracFormsPlugin ?
",anonymous
3545,Summary not displayed in ticket,defect,0.10,edunne,new,2008-08-12T21:10:24+02:00,2008-08-14T18:10:35+02:00,"XML files were created following the format of the supplied examples and are verified by the system but when viewing the ticket the ""Summary"" portion is missing from the generated ticket",jkantarek@…
4692,"Missing <div id=""content"" class=""...""> in Genshi templates",defect,0.11,edunne,new,2009-02-24T16:10:09+01:00,2009-06-16T23:14:56+02:00,"I am using Genshi Migration branch with PyDotOrgTheme. All ""Test-Case Management"" pages don't have the <div id=""content"" class=""..."">...</div> tag, but only <p>...</p>, so the theme's left-side vertical menu overlaps with the content of the page.",anonymous
4860,XML file with Byte Order mark considered invalid XML,defect,0.11,edunne,new,2009-04-01T17:14:23+02:00,2009-06-16T23:15:45+02:00,"XML files that begin with a byte order mark are reported as invalid XML files and can't be used as tests.

http://en.wikipedia.org/wiki/Byte-order_mark
",anonymous
5349,Backtrack update of xml testcase files.,defect,0.11,edunne,new,2009-06-08T17:52:20+02:00,2009-06-16T23:14:05+02:00,"Hello.

I've been playing with the TestCaseManagementPlugin for a while and I've found out it could be usefull to have a backtrack update of the modification done on the trac ticket to the xml file which generated the ticket. From my point of view this could be a perfect way to keep a trace of the test results in the repository.

Have I misunderstood the plugin purposes?",anonimous
5820,Use TestCaseManagementPlugin without revision control system,enhancement,0.11,edunne,new,2009-09-14T14:23:09+02:00,2009-12-03T01:35:43+01:00,Could test cases data be stored in database ?,anonymous
5921,german umlauts,defect,0.11,edunne,new,2009-10-05T14:38:42+02:00,2012-02-22T14:52:12+01:00,"hello,

we tried to use german umlauts in the testcase xml, but they will be not displayed correct. When we use the CDATA tag nothing will be displayed.
my email
ronniDOTbjelosevicATumdaschDOTcom",anonymous
6137,email notification,defect,0.11,edunne,new,2009-11-02T17:12:17+01:00,2010-04-21T23:21:35+02:00,"Hi,

I´m not sure, but in our installation the email notification is not working, when we open testcases. I don´t know if this is a bug or not. If not, please add it to your enhancement list. 
THANK YOU.
Best regards,
ronni",ronni.bjelosevic@…
