aboutsummaryrefslogtreecommitdiff
path: root/tests/testtests/pass_wait10.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-06 13:30:04 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-06 13:30:04 +0000
commit95a9473190f8187fd5a86d92230a811a427c2fb0 (patch)
tree2a1a60a1e820b9523781e10958a514cadcfa49d8 /tests/testtests/pass_wait10.pd
parentb572a495d665008798ee821bee3d546fc0991340 (diff)
added tests for testing the unittest-engine
svn path=/trunk/externals/zexy/; revision=8711
Diffstat (limited to 'tests/testtests/pass_wait10.pd')
-rw-r--r--tests/testtests/pass_wait10.pd14
1 files changed, 14 insertions, 0 deletions
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;