gmyth/tests/test_file_download.py
branchtrunk
changeset 683 4a784466828d
parent 675 4c7f6a9bfded
     1.1 --- a/gmyth/tests/test_file_download.py	Wed May 16 19:46:20 2007 +0100
     1.2 +++ b/gmyth/tests/test_file_download.py	Thu May 17 15:43:02 2007 +0100
     1.3 @@ -8,7 +8,8 @@
     1.4  
     1.5  cfg_file = TestConfigFile('test_scripts.cfg')
     1.6  
     1.7 -p = start('gmyth_test_file_download', ["myth://%s:%s/1000_20070330144500.nuv" % (cfg_file.get_host(), cfg_file.get_port())], 2)
     1.8 +p = start('gmyth_test_file_download', ["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))
    1.12