|
From: strk <st...@ke...> - 2008-12-19 09:23:48
|
On Fri, Dec 12, 2008 at 01:42:09AM +0100, Patrice Dumas wrote:
> Hello,
>
> Out of tree test of
> test/Movie/setSoundStream/test02.php
> fails because it contains:
>
> $sound = new SWFSoundStream("../../Media/video02.flv");
>
> One way to fix that would be to use the srcdir env variable, set it
> to . if not defined, and use $srcdir/../../Media/video02.flv
Those tests get built with "srcdir" passed as first arg.
I'm not a python developer... if you know how to scan arguments it
should be easy to fix.
--strk;
|