aboutsummaryrefslogtreecommitdiff
path: root/tests/testtests/fail_noresult.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-06 13:32:44 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2007-09-06 13:32:44 +0000
commite83bc6fc140711460ce4bf561760b292e3f8a5e3 (patch)
treeae4fb7595bc753ce6976d917752afbc947b15621 /tests/testtests/fail_noresult.pd
parent95a9473190f8187fd5a86d92230a811a427c2fb0 (diff)
renamed "noresult"-test to "fail_noresult" to indicate that this test
SHOULD fail svn path=/trunk/externals/zexy/; revision=8712
Diffstat (limited to 'tests/testtests/fail_noresult.pd')
-rw-r--r--tests/testtests/fail_noresult.pd6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testtests/fail_noresult.pd b/tests/testtests/fail_noresult.pd
new file mode 100644
index 0000000..0b53e88
--- /dev/null
+++ b/tests/testtests/fail_noresult.pd
@@ -0,0 +1,6 @@
+#N canvas 189 139 450 300 10;
+#X obj 142 51 inlet trigger;
+#X obj 142 102 t b;
+#X obj 142 164 outlet result;
+#X text 122 31 no result (should fail);
+#X connect 0 0 1 0;