waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

Splitting outputs - log, report, summary headings say "None Test Report" #577

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

using RF2.5 I split the outputs using --splitoutputs 1. The directories 
containing the test suites are structured like this:

X
\--Y
    \--Z
\--Y2

The reports are split just like I'd expect them to, but the topmost report has 
"None Test Report" as the title instead of "X Test Report".

Environment:
Robot Framework 2.5
Jython 2.5.1 on java1.6.0_20

Original issue reported on code.google.com by spielman...@googlemail.com on 24 Jun 2010 at 9:20

GoogleCodeExporter commented 9 years ago
By the way, I just saw a split output created by RF2.4 and there the report 
title is correct, so +1 about "most likely a regression in RF 2.5" :)

Original comment by spielman...@googlemail.com on 24 Jun 2010 at 9:29

GoogleCodeExporter commented 9 years ago

Original comment by pekka.klarck on 24 Jun 2010 at 1:04

GoogleCodeExporter commented 9 years ago
Definitely a regression on 2.5. A workaround is using --reporttitle and 
--logtitle options.

Original comment by pekka.klarck on 24 Jun 2010 at 1:07

GoogleCodeExporter commented 9 years ago
The problem appeared with logs and summaries in addition to reports. Fixed in 
r3791.

Original comment by pekka.klarck on 3 Jul 2010 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by pekka.klarck on 3 Jul 2010 at 8:01