Mercurial > MadButterfly
annotate nodejs/examples/mce/test @ 1229:cc55f3de9c0b
Revert #027187a21117 before applying patches for refactoring.
- #027187a21117 is just a lot of print messages, it make patches rejected.
- The following patches would change a lot, the messages may mean nothing.
- If someone still need #027187a21117, you can pick it back and apply
it again.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Mon, 10 Jan 2011 11:45:04 +0800 |
parents | bd9b0142fc7e |
children |
rev | line source |
---|---|
932
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
1 #!/bin/sh |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
2 |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
3 export NODE_PATH=${PWD}/../../objs/default:${PWD}/../.. |
bd9b0142fc7e
Update the sample application. We can use the ./test5 to test it now. It will download the image from the VOD server and render it in the screen.
wycc
parents:
diff
changeset
|
4 node mbmce.js |