annotate inkscape/firefox/README @ 322:c1afd14caa85
Remove out-of-date comments and refactor code and fix a small bug.
- When collect descendant areas in zeroing_coord(), cached coord itself
should use coord_canvas_info_t::owner_mems_area instead of
coord_t::cur_area.
author |
Thinker K.F. Li <thinker@branda.to> |
date |
Thu, 05 Mar 2009 14:07:49 +0800 |
parents |
d5327265da1e |
children |
63aaf96209cd |
rev |
line source |
288
|
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
|