Unable to execute test case

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
nino
TestLink user
Posts: 3
Joined: Wed Nov 23, 2005 10:03 am

Unable to execute test case

Post by nino »

Hello,

I\'m unable to execute test case which is not the latest \"build\".
If I execute the latest \"build\", it work fine, but if I execute the next to last or the others it don\'t works (the fileds in result box are not available).

Someone have found the same problem ?

Thanks by advance,

Arnaud
Nino
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

It\'s not a bug but a feature.

Configure it using config.inc.php

look for more info in Closed issue on Mantis for TL
nino
TestLink user
Posts: 3
Joined: Wed Nov 23, 2005 10:03 am

Post by nino »

Sorry, but I don\'t understand how I can configure it.

Could you help me to do this ?

thanks by advance

Arnaud
Nino
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

1. Edit config.inc.php
2. find the following lines

// Should Test Results of older builds be editable?
// FALSE --> Not editable
// TRUE --> Editable
$g_edit_old_build_results = FALSE;

3. change to FALSE to TRUE
nino
TestLink user
Posts: 3
Joined: Wed Nov 23, 2005 10:03 am

Post by nino »

I have set up the new parameter ($g_edit_old_build_results = TRUE;), and now I have the following error :

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at f:\\easyphp\\www\\testlink\\config.inc.php:1) in f:\\easyphp\\www\\testlink\\login.php on line 36

and

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at f:\\easyphp\\www\\testlink\\config.inc.php:1) in f:\\easyphp\\www\\testlink\\login.php on line 36

Do you know why ?

Thanks by advance,

Arnaud
Nino
Post Reply