aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:19:15 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-02-10 12:19:15 +0000
commitbf14641f89d673288ec7401a79bf1eed4e94b35d (patch)
tree334f36b1f49f161d73fe2db54abe7395393d8e18 /tests
parentabc68c45fa46a5755ae7db488aa69f49b1791cc9 (diff)
fixed tests
svn path=/trunk/externals/iem/iemmatrix/; revision=14905
Diffstat (limited to 'tests')
-rw-r--r--tests/mtx_isequal/01_function1.pd14
-rw-r--r--tests/mtx_rowrifft/00_exist.pd12
2 files changed, 13 insertions, 13 deletions
diff --git a/tests/mtx_isequal/01_function1.pd b/tests/mtx_isequal/01_function1.pd
index 35e86bc..8ac0f1d 100644
--- a/tests/mtx_isequal/01_function1.pd
+++ b/tests/mtx_isequal/01_function1.pd
@@ -1,17 +1,17 @@
-#N canvas 385 142 508 466 10;
+#N canvas 386 139 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X msg 122 366 1;
-#X obj 122 139 t a a;
#X obj 122 161 mtx_isequal;
#X obj 122 347 select 1;
#X text 67 37 test whether [mtx_isequal] correctly detects the equality
of 2 matrices;
-#X obj 122 112 mtx_rand;
+#X obj 122 139 t a a a;
+#X obj 122 112 mtx_rand 4;
#X connect 0 0 7 0;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
-#X connect 3 1 4 1;
-#X connect 4 0 5 0;
-#X connect 5 0 2 0;
-#X connect 7 0 3 0;
+#X connect 4 0 2 0;
+#X connect 6 0 3 0;
+#X connect 6 1 3 1;
+#X connect 7 0 6 0;
diff --git a/tests/mtx_rowrifft/00_exist.pd b/tests/mtx_rowrifft/00_exist.pd
index 39c9b3e..8aa2480 100644
--- a/tests/mtx_rowrifft/00_exist.pd
+++ b/tests/mtx_rowrifft/00_exist.pd
@@ -1,16 +1,16 @@
-#N canvas 385 142 508 466 10;
+#N canvas 386 139 508 466 10;
#X obj 122 68 inlet bang;
#X obj 122 385 outlet 1==OK;
#X obj 122 347 b;
#X msg 122 366 1;
#X obj 122 161 mtx_rowrifft;
#X text 67 37 test for existance of [mtx_rowrifft];
-#X msg 122 115 matrix 1 2 0 0;
#X obj 122 136 t a a;
-#X connect 0 0 6 0;
+#X msg 122 115 matrix 1 3 0 0 0;
+#X connect 0 0 7 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X connect 4 0 2 0;
-#X connect 6 0 7 0;
-#X connect 7 0 4 0;
-#X connect 7 1 4 1;
+#X connect 6 0 4 0;
+#X connect 6 1 4 1;
+#X connect 7 0 6 0;