shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

AttachmentContentDisposition doesn't seem to work in gallio.echo #437

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run gallio.echo using /rt:xhtml and /rfp:AttachmentContentDisposition=Inline

What is the expected output? What do you see instead?
I expect inline attachments.  Instead I still get Linked.

What version of the product are you using? On what operating system?
Gallio Echo - Version 3.0.6 build 763
Windows XP SP2

Please provide any additional information below.
It seems like no matter what I use, xhtml, html or Inline or Absent, I
always get Linked.  

My example is:
C:\Program Files\Gallio\bin>Gallio.Echo.exe /f:ExactType:SubjectListTests
"(condensed)UnitTests.dll" /rt:xhtml /rfp:AttachmentContentDisposition=Inline

Original issue reported on code.google.com by hecktarz...@gmail.com on 4 May 2009 at 1:47

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 14 May 2009 at 12:23

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Cannot reproduce the issue.

Original comment by jeff.br...@gmail.com on 16 Jun 2009 at 7:33