From d7f7197fd1b0e06098379fad6cc1adbe69c442e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 24 Jan 2006 21:58:29 +0000 Subject: tests whether the "help"-message crashes an object (esp. on w32) svn path=/trunk/externals/zexy/; revision=4485 --- tests/help-msg/lifop.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/help-msg/lifop.pd (limited to 'tests/help-msg/lifop.pd') diff --git a/tests/help-msg/lifop.pd b/tests/help-msg/lifop.pd new file mode 100644 index 0000000..4347c6e --- /dev/null +++ b/tests/help-msg/lifop.pd @@ -0,0 +1,14 @@ +#N canvas 179 117 582 310 10; +#X obj 91 117 inlet bang; +#X obj 91 270 outlet result; +#X obj 91 138 t b b b; +#X obj 113 214 lifop; +#X obj 91 240 i 1; +#X msg 113 183 help; +#X text 37 51 tests whether [lifop] crashes when a "help"-message is +sent; +#X connect 0 0 2 0; +#X connect 2 0 4 0; +#X connect 2 1 5 0; +#X connect 4 0 1 0; +#X connect 5 0 3 0; -- cgit v1.2.1