gmyth/tests/test_file_download.py
author rosfran
Tue May 08 16:05:47 2007 +0100 (2007-05-08)
branchtrunk
changeset 637 de71b8478b27
child 675 4c7f6a9bfded
permissions -rwxr-xr-x
[svn r643] Added test to file local transfers, livetv common error setups, and program info utility functions.
     1 #!/usr/bin/python
     2 
     3 #doc: test gmyth_file_transfer_* "read" methods
     4 
     5 from testing_tools import start, finish
     6 import sys
     7 
     8 p = start('gmyth_test_file_download', ['myth://192.168.3.165:6543/1000_20070330144500.nuv'])
     9 
    10 sys.exit(finish(p))