Updated tests to cope with new "--dry-run --gui" behaviour (before, --dry-run prevent...
commiteb06a079832a84cc5ee0e5760c216442033c3339
authorThomas Leonard <talex5@gmail.com>
Sat, 21 Apr 2007 20:48:55 +0000 (21 20:48 +0000)
committerThomas <Leonard>
Sun, 15 Jan 2006 10:34:05 +0000 (15 10:34 +0000)
treefb83ce7f6458d0b83cbc94247f0f35638a0d232c
parentdecd4f277bdf24c796c26cd4732a190a34453872
Updated tests to cope with new "--dry-run --gui" behaviour (before, --dry-run prevented the

GUI from being run; now the GUI runs but the program it selects doesn't).
Switched from using socketpair() to os.pipe(), since Python 2.3 doesn't have socketpair.

git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/0launch@1675 9f8c893c-44ee-0310-b757-c8ca8341c71e
tests/basetest.py
tests/test-gui [new file with mode: 0755]
tests/test-gui.xml [new file with mode: 0644]
tests/testlaunch.py
zeroinstall/injector/cli.py