gmyth/tests/test_filelocal.py
branchtrunk
changeset 714 03f2acbda6b1
parent 675 4c7f6a9bfded
     1.1 --- a/gmyth/tests/test_filelocal.py	Wed May 16 19:46:20 2007 +0100
     1.2 +++ b/gmyth/tests/test_filelocal.py	Fri May 25 18:22:59 2007 +0100
     1.3 @@ -8,6 +8,7 @@
     1.4  
     1.5  cfg_file = TestConfigFile('test_scripts.cfg')
     1.6  
     1.7 -p = start('gmyth_test_filelocal', ["myth://%s:%s/1000_20070330144500.nuv" % (cfg_file.get_host(), cfg_file.get_port())], 2)
     1.8 +p = start('gmyth_test_filelocal', ["myth://%s:%s/%s" % (cfg_file.get_host(), cfg_file.get_port(), \
     1.9 +        cfg_file.get_filename())], 2)
    1.10  
    1.11  sys.exit(finish(p))