Re: Broken link to image while running test

Hi Peter,

On 25/11/15 21:38, Linss, Peter wrote:
> The problem here is that the directory structures get rearranged during the test suite build, currently only reference links are getting fixed up.
> 
> For support files, you need to have them in a support directory in the same directory as the test, it's OK to have multiple copies of the same support files in the repository.
> 
> So:
> mkdir css-grid-1/grid-items/support
> hg copy css-grid-1/support/* css-grid-1/grid-items/support/
> 
> and then update the <img> to <img src="support/100x100-green.png" />
> 
> This will likely have to be done for the other directories under css-grid-1 as well.

Thank you very much this has fixed the issue!

Now I know how to do it right in the future. :-)

Bye,
  Rego

Received on Friday, 27 November 2015 14:46:55 UTC