author | renatofilho |
Fri May 25 18:22:59 2007 +0100 (2007-05-25) | |
branch | trunk |
changeset 714 | 03f2acbda6b1 |
parent 675 | 4c7f6a9bfded |
permissions | -rwxr-xr-x |
rosfran@604 | 1 |
#!/usr/bin/python |
rosfran@604 | 2 |
|
rosfran@604 | 3 |
#doc: test gmyth_file_local_* methods |
rosfran@604 | 4 |
|
rosfran@604 | 5 |
from testing_tools import start, finish |
rosfran@604 | 6 |
import sys |
rosfran@675 | 7 |
from utils import TestConfigFile |
rosfran@604 | 8 |
|
rosfran@675 | 9 |
cfg_file = TestConfigFile('test_scripts.cfg') |
rosfran@675 | 10 |
|
rosfran@677 | 11 |
p = start('gmyth_test_filelocal', ["myth://%s:%s/%s" % (cfg_file.get_host(), cfg_file.get_port(), \ |
rosfran@677 | 12 |
cfg_file.get_filename())], 2) |
rosfran@604 | 13 |
|
rosfran@604 | 14 |
sys.exit(finish(p)) |