From ef1e7c91dba43cd215ea1aa98191d8326997a461 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?=
 <zmoelnig@users.sourceforge.net>
Date: Wed, 29 Mar 2006 15:33:46 +0000
Subject: new tests for known bugs

svn path=/trunk/externals/iem/iemmatrix/; revision=4810
---
 tests/mtx_diegg/01_init.pd     | 29 +++++++++++++++++++++++++++++
 tests/mtx_diegg/02_getdiegg.pd | 17 +++++++++++++++++
 tests/mtx_diegg/02_init.pd     | 31 +++++++++++++++++++++++++++++++
 tests/runtests.txt             |  3 +++
 4 files changed, 80 insertions(+)
 create mode 100644 tests/mtx_diegg/01_init.pd
 create mode 100644 tests/mtx_diegg/02_getdiegg.pd
 create mode 100644 tests/mtx_diegg/02_init.pd

(limited to 'tests')

diff --git a/tests/mtx_diegg/01_init.pd b/tests/mtx_diegg/01_init.pd
new file mode 100644
index 0000000..72ed245
--- /dev/null
+++ b/tests/mtx_diegg/01_init.pd
@@ -0,0 +1,29 @@
+#N canvas 0 0 450 432 10;
+#X msg 69 90 bang;
+#X obj 69 187 unpack 0 0 0 0 0 0;
+#X obj 141 212 == 1;
+#X obj 117 235 == 0;
+#X obj 117 257 *;
+#X obj 165 257 *;
+#X obj 117 280 *;
+#X obj 69 166 route matrix;
+#X obj 165 234 == 2;
+#X obj 190 212 == 0;
+#X obj 69 145 mtx_diegg 1 2;
+#X obj 69 65 inlet bang;
+#X obj 117 305 outlet;
+#X connect 0 0 10 0;
+#X connect 1 2 3 0;
+#X connect 1 3 2 0;
+#X connect 1 4 8 0;
+#X connect 1 5 9 0;
+#X connect 2 0 4 1;
+#X connect 3 0 4 0;
+#X connect 4 0 6 0;
+#X connect 5 0 6 1;
+#X connect 6 0 12 0;
+#X connect 7 0 1 0;
+#X connect 8 0 5 0;
+#X connect 9 0 5 1;
+#X connect 10 0 7 0;
+#X connect 11 0 0 0;
diff --git a/tests/mtx_diegg/02_getdiegg.pd b/tests/mtx_diegg/02_getdiegg.pd
new file mode 100644
index 0000000..a4b3944
--- /dev/null
+++ b/tests/mtx_diegg/02_getdiegg.pd
@@ -0,0 +1,17 @@
+#N canvas 0 0 450 432 10;
+#X obj 87 257 *;
+#X obj 69 65 inlet bang;
+#X obj 87 305 outlet;
+#X obj 69 125 mtx_diegg;
+#X msg 69 90 matrix 2 2 0 1 2 0;
+#X obj 69 187 unpack 0 0;
+#X obj 87 235 == 2;
+#X obj 111 212 == 1;
+#X connect 0 0 2 0;
+#X connect 1 0 4 0;
+#X connect 3 0 5 0;
+#X connect 4 0 3 0;
+#X connect 5 0 6 0;
+#X connect 5 1 7 0;
+#X connect 6 0 0 0;
+#X connect 7 0 0 1;
diff --git a/tests/mtx_diegg/02_init.pd b/tests/mtx_diegg/02_init.pd
new file mode 100644
index 0000000..307a1e5
--- /dev/null
+++ b/tests/mtx_diegg/02_init.pd
@@ -0,0 +1,31 @@
+#N canvas 0 0 450 432 10;
+#X msg 69 90 bang;
+#X obj 69 187 unpack 0 0 0 0 0 0;
+#X obj 141 212 == 1;
+#X obj 117 235 == 0;
+#X obj 117 257 *;
+#X obj 165 257 *;
+#X obj 117 280 *;
+#X obj 165 234 == 2;
+#X obj 190 212 == 0;
+#X obj 69 65 inlet bang;
+#X obj 117 305 outlet;
+#X obj 69 145 mtx_diegg;
+#X msg 69 126 1 2;
+#X obj 69 166 route matrix;
+#X connect 0 0 12 0;
+#X connect 1 2 3 0;
+#X connect 1 3 2 0;
+#X connect 1 4 7 0;
+#X connect 1 5 8 0;
+#X connect 2 0 4 1;
+#X connect 3 0 4 0;
+#X connect 4 0 6 0;
+#X connect 5 0 6 1;
+#X connect 6 0 10 0;
+#X connect 7 0 5 0;
+#X connect 8 0 5 1;
+#X connect 9 0 0 0;
+#X connect 11 0 13 0;
+#X connect 12 0 11 0;
+#X connect 13 0 1 0;
diff --git a/tests/runtests.txt b/tests/runtests.txt
index 6eda8c2..31b31e4 100644
--- a/tests/runtests.txt
+++ b/tests/runtests.txt
@@ -91,6 +91,9 @@ mtx_dbtorms/03_function;
 mtx_decay/00_exist;
 mtx_diag/00_exist;
 mtx_diegg/00_exist;
+mtx_diegg/01_init;
+mtx_diegg/02_getdiegg;
+mtx_diegg/02_init;
 mtx_diff/00_exist;
 mtx_distance2/00_exist;
 mtx_egg/00_exist;
-- 
cgit v1.2.1