Closed GoogleCodeExporter closed 9 years ago
Original comment by jeff.br...@gmail.com
on 14 May 2009 at 12:23
Works for me.
Gallio.Echo.exe /rd:c:\temp /rnf:report /rt:xhtml
/rfp:AttachmentContentDisposition=Inline
src\MbUnit\Samples\MbUnit.Samples\bin\MbUnit.Samples.dll
/f:Type:RichTestLogDemo
The report contains an image attachment which has been inlined into in the
XHTML as
follows:
<img class="embeddedImage"
src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgA.......... etc....... />
Are you expecting the other little images like the +/- symbols and resources
like the
CSS and JavaScript to also be inline? If so, I recommend using the MHTML report
format instead.
Original comment by jeff.br...@gmail.com
on 14 May 2009 at 12:31
Cannot reproduce the issue.
Original comment by jeff.br...@gmail.com
on 16 Jun 2009 at 7:33
Original issue reported on code.google.com by
hecktarz...@gmail.com
on 4 May 2009 at 1:47