From 95a9473190f8187fd5a86d92230a811a427c2fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 6 Sep 2007 13:30:04 +0000 Subject: added tests for testing the unittest-engine svn path=/trunk/externals/zexy/; revision=8711 --- tests/testtests/pass_wait10.pd | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/testtests/pass_wait10.pd (limited to 'tests/testtests/pass_wait10.pd') diff --git a/tests/testtests/pass_wait10.pd b/tests/testtests/pass_wait10.pd new file mode 100644 index 0000000..50edff2 --- /dev/null +++ b/tests/testtests/pass_wait10.pd @@ -0,0 +1,14 @@ +#N canvas 189 139 450 300 10; +#X obj 142 51 inlet trigger; +#X obj 142 194 outlet result; +#X obj 142 102 t b b; +#X msg 167 123 -1; +#X text 122 31 pass (after a period of uncertainty); +#X msg 142 163 1; +#X obj 142 145 del 10; +#X connect 0 0 2 0; +#X connect 2 0 6 0; +#X connect 2 1 3 0; +#X connect 3 0 1 0; +#X connect 5 0 1 0; +#X connect 6 0 5 0; -- cgit v1.2.1