Search found 9 matches
- Mon Mar 26, 2012 8:29 pm
- Forum: TestLink 1.9
- Topic: Corrupted icons
- Replies: 2
- Views: 3371
Re: Corrupted icons
Hi thanks! The default ones were corrupted as well. We downloaded new ones and looks like it has been resolved.
- Thu Feb 09, 2012 6:47 pm
- Forum: TestLink 1.9
- Topic: Corrupted icons
- Replies: 2
- Views: 3371
Corrupted icons
Hi I have some users who are getting error messages on some icons. When you try to access the icons it says: The icon <pathname> cannot be displayed because it contains errors. Originally I thought it was because of the browser. Now all browsers have the same issue. Don't know how the icons got corr...
- Tue Dec 13, 2011 9:11 pm
- Forum: TestLink 1.9
- Topic: Testcase name: Duplicate due to case insensitive chars
- Replies: 1
- Views: 3611
Testcase name: Duplicate due to case insensitive chars
I am trying to enter testcases through Testlink GUI and through API. In both cases, testcases cannot be entered into TL due to duplicate testcase names due to case insensitive titles. Ie: (I did not create these testcase names) -semC1 -semc1 Since these are existing testcases, I cannot rename them o...
- Wed Sep 01, 2010 7:12 pm
- Forum: TestLink 1.9
- Topic: Migrating database from 1.9 beta 5 to 1.9 beta 6
- Replies: 1
- Views: 2905
Migrating database from 1.9 beta 5 to 1.9 beta 6
In 1.9 beta 6, there is a new 'build_id' field in the 'user_assignments' table, which is created if the database is migrated from 1.8.
However, I don't know how to migrate the database from 1.9 beta 5. Is there an easy way to do this?
However, I don't know how to migrate the database from 1.9 beta 5. Is there an easy way to do this?
- Thu Aug 05, 2010 7:52 pm
- Forum: TestLink 1.9
- Topic: Problem with fix for issue 3590
- Replies: 1
- Views: 3006
Problem with fix for issue 3590
I checked out the fix for issue 3590, and there seems to be a problem. The code is in execSetResults.php, at line 470 (and 477) the variable will always be set to a numeric value (intval or 0), so the next condition at line 472 (and 479) will always be false. When I look at the link in the result ma...
- Thu May 13, 2010 3:20 pm
- Forum: XML-RPC API
- Topic: Posting sample clients
- Replies: 1
- Views: 4148
Posting sample clients
I've developed a Perl XML-RPC client (using Frontier::Client) as well as a much more complex, but faster, client in C (using xmlrpc-c).
I would like to share these clients with the Testlink community, but I'm not sure how to post them. Please let me know how to proceed.
Thanks
I would like to share these clients with the Testlink community, but I'm not sure how to post them. Please let me know how to proceed.
Thanks
- Tue Mar 02, 2010 2:51 pm
- Forum: TestLink 1.9
- Topic: Why is platform_id in the testplan_tcversions table?
- Replies: 2
- Views: 4975
- Mon Mar 01, 2010 7:53 pm
- Forum: TestLink 1.9
- Topic: Why is platform_id in the testplan_tcversions table?
- Replies: 2
- Views: 4975
Why is platform_id in the testplan_tcversions table?
In my understanding, platform_id should be part of the executions table, but not the testplan_tcversions table, since a single test case could be executed against multiple platforms.
Or am I missing something?
Thanks,
Robin
Or am I missing something?
Thanks,
Robin
- Wed Jan 20, 2010 7:00 pm
- Forum: XML-RPC API
- Topic: Extending the TestlinkXMLRPCServer class
- Replies: 1
- Views: 4308
Extending the TestlinkXMLRPCServer class
Here's a suggestion I've found really useful for our deployment of the Testlink XML-RPC server. I've split xmlrpc.php into two files: xmlrpc_class.php which includes the class definition and xmlrpc.php which has the following two lines: require_once("xmlrpc_class.php"); $XMLRPCServer = new...