Mercurial > MadButterfly
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/firefox/README Sat Jan 31 17:35:27 2009 +0800 @@ -0,0 +1,18 @@ +How to execute the unit test +====================================== + +(1) Execute the proxy damon + +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. + +# python helper_mb.py + + +(2) Use testsoap.py to send command to helper. + +# python testsoap.py START +# python testsoap.py SCENE 1 +# python testsoap.py PUBLISH + + +