diff -r 4c7f6a9bfded -r 4a784466828d gmyth/tests/test_file_download.py --- a/gmyth/tests/test_file_download.py Wed May 16 19:46:20 2007 +0100 +++ b/gmyth/tests/test_file_download.py Thu May 17 15:43:02 2007 +0100 @@ -8,7 +8,8 @@ cfg_file = TestConfigFile('test_scripts.cfg') -p = start('gmyth_test_file_download', ["myth://%s:%s/1000_20070330144500.nuv" % (cfg_file.get_host(), cfg_file.get_port())], 2) +p = start('gmyth_test_file_download', ["myth://%s:%s/%s" % (cfg_file.get_host(), cfg_file.get_port(), \ + cfg_file.get_filename())], 2) sys.exit(finish(p))