Comment 14 for bug 63293

Revision history for this message
Malte Cornils (malte) wrote :

I have also had a cursory look at the old hwtest source (I guess checkbox is not so different) - there, I have located the position where the textbox is cleared. Attached is a patch that disables this clearing or overwriting of the textview. However, there are obviously side effects and it's just meant as showing which area of the code should be fixed - a checkbox developer should have a look at how to fix this problem in a clean way while preserving the textview clearing on passing to the next test and preserving the copying of test result data into the textview (maybe as an append operation).