X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Ftest;h=110099637f150475041c51a9ce9350a37f110adc;hb=0f1baaeab21e4bfd0c48e8d0d025bf8a15ccbc2c;hp=a458c3e1aeea48ddb8cdf3b1d1f6e174b405ff5c;hpb=2773d91e9b8459c9f51070d78419cba75ba32bef;p=swftools.git diff --git a/lib/as3/test b/lib/as3/test index a458c3e..1100996 100755 --- a/lib/as3/test +++ b/lib/as3/test @@ -213,7 +213,7 @@ class TestBase: return 1 def run(self): - ret,output = runcmd("flashplayer",["abc.swf"],wait=cache.runtime) + ret,output = runcmd("flashplayer",[os.path.join(os.getcwd(),"abc.swf")],wait=cache.runtime) os.system("killall flashplayer") self.flash_output = output