Mercurial > MadButterfly
comparison inkscape/firefox/README @ 288:d5327265da1e
Revert the firefox integration to 276
author | wycc |
---|---|
date | Sat, 31 Jan 2009 17:35:27 +0800 |
parents | |
children | 63aaf96209cd |
comparison
equal
deleted
inserted
replaced
287:5c066380a84e | 288:d5327265da1e |
---|---|
1 How to execute the unit test | |
2 ====================================== | |
3 | |
4 (1) Execute the proxy damon | |
5 | |
6 First of all, we need to execute the MadButterfly helper. This help will start the inkscape and then execute a SOAP proxy to wait for the commands from the web client. | |
7 | |
8 # python helper_mb.py | |
9 | |
10 | |
11 (2) Use testsoap.py to send command to helper. | |
12 | |
13 # python testsoap.py START | |
14 # python testsoap.py SCENE 1 | |
15 # python testsoap.py PUBLISH | |
16 | |
17 | |
18 |