Search found 17 matches

by malexs
Tue Jul 14, 2009 10:42 am
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: testcase id mapping between TestLink 1.7 vs TestLink 1.8
Replies: 10
Views: 12545

we have the same problem.. using latest 1.8.3 after upgrading from testlink 1.7.4 if i create new test cases in an existing project where all test case id's are 0, it will come up with id's from 1, 2, 3, etc. It seems that i cannot search for these test cases either by entering in either 2 or -2 ......
by malexs
Sun Nov 02, 2008 12:14 am
Forum: Installation and configuration
Topic: Cant get trac plugin to work
Replies: 7
Views: 19589

Hi roto8car, It would appear that when they do commits to the code for a bug they include the bug id in the checkin comment eg. "BUGID 1785" .. unfortunately viewvc from sourceforge doesnt seem to allow you to search for these messages .. see http://testlink.cvs.sourceforge.net/viewvc/test...
by malexs
Thu Aug 14, 2008 1:20 pm
Forum: TestLink 1.7 (Closed)
Topic: Performance issue on Execute Test
Replies: 2
Views: 4989

Performance issue on Execute Test

When we go to execute a test plan (by clicking on the execute link in the top navigation bar), the page can take a minute or two to load and freezes IE/Firefox while doing so. The page initially loads all test cases in the plan quite fast, but then it just hangs there even though there are only 316 ...
by malexs
Sat Jun 28, 2008 6:35 pm
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

well that error usually means an error in your code... like where define('BUG_TRACK_DB_HOST', '') is missing a semicolon ';' at the end of the line.. or on this line array('TT'=>'http://10.10.1.101/projects/TT/',); there is an extra comma on the third last character on the line... remove that if you...
by malexs
Tue Apr 29, 2008 3:15 pm
Forum: TestLink 1.7 (Closed)
Topic: Mysterious priorities...
Replies: 1
Views: 3128

Mysterious priorities...

Hi, just wondering if someone can shed some light on priorities in testlink. I have seen a database table called priorities and some code that is in relation to calculating the priority of a test plan based on its risk and importance... however i cant actually see where this is set in the front end....
by malexs
Tue Apr 29, 2008 2:16 pm
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

Ok here is my trac.cfg.php file.. I did have the BUG_TRACK_DB_HOST set to 'http://server/tracs/' and then the individual projects only referenced the individual folders like /repos/ etc... but i did this to test that i could connect with totally different instances of trac... anyway.. this works for...
by malexs
Sat Apr 26, 2008 10:30 am
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

is there a way to test that the xmlrpc plugin is working... you could try looking for help here http://trac-hacks.org/wiki/XmlRpcPlugin. I havent tried but i read that you should be able to access it from http://yoursite/trac/<username>/login/xmlrpc and this one for anonymous login which is what is ...
by malexs
Wed Apr 23, 2008 8:46 am
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

Yes that is what i would have expected.. so if you return the lines you changed before in the function and restore it to calling the XmlRpcPlugin it should not be able to add bugs again... to be honest, one of the other guys here did the XmlRpcPlugin install... maybe you can find some documentation ...
by malexs
Fri Apr 18, 2008 4:59 pm
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

hmm ok.. it works for me... when i changed the function or commented the entire function out.. (same effect).. then when i added a bug it added ok.. with the proviso that the bug actually exists... adding a bug that didnt exist addid it with the following error Error: Ticket #1231231231 is not regis...
by malexs
Tue Apr 15, 2008 4:09 pm
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

hmm well as a form of debugging, you could try replacing the checkBugID_existence($id) to just return a status of ok. It appears to really only be a checking function to check that the bug id is there... in the mantis plugin they actually execute sql code to find the bug id... but change it in int_t...
by malexs
Tue Apr 15, 2008 11:29 am
Forum: Installation and configuration
Topic: Cant get trac plugin to work
Replies: 7
Views: 19589

hi nihongo,
so when the add new bug window pops up .. does the "Access to Bug Tracking System (Trac)" link actually take you to create a new ticket page in trac?

if so, can you please post your testlink/cfg/trac.cfg.php file so i can have a look.

thanks
by malexs
Tue Apr 15, 2008 11:25 am
Forum: Installation and configuration
Topic: TestLink and Trac
Replies: 24
Views: 35787

Hi Nihongo, hmmm its kind of sad when you are the only one who has written in this thread in over two months... I had a look at the error you are getting in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\testlink\\lib\\bugtracking\\int_trac.php on line 190.. which is the following function /** * ...
by malexs
Mon Apr 07, 2008 11:28 am
Forum: Installation and configuration
Topic: Cant get trac plugin to work
Replies: 7
Views: 19589

well almost...
adding tickets works,, but the link to the trac ticket under the execute tab in testlink now links to
http://server/tracs/psql-test/newticket/9522 instead of
http://server/tracs/psql-test/ticket/9522

:(
by malexs
Mon Apr 07, 2008 11:25 am
Forum: Installation and configuration
Topic: Cant get trac plugin to work
Replies: 7
Views: 19589

ok i made some modifications and got it working... We essentially have all our 'projects' in trac under one 'trac project'. /** Trac Project Root */ define('BUG_TRACK_DB_HOST', 'http://server/tracs/psql-test'); /** Mapping TL test project name vs trac project url */ $g_interface_bugs_project_name_ma...
by malexs
Mon Apr 07, 2008 11:08 am
Forum: Installation and configuration
Topic: Cant get trac plugin to work
Replies: 7
Views: 19589

Cant get trac plugin to work

Hi, I am trying to get testlink to use trac as the bug management system. I have changed the following setting in config.inc.php $g_interface_bugs='TRAC'; And in cfg\trac.cfg.php i set define('BUG_TRACK_DB_HOST', 'http://server/tracs/psql-test/'); I dont really understand the $g_interface_bugs_proje...