From 15ac39ac9ea778e40c5291699cae5b3b0236f637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 14 Oct 2005 10:04:22 +0000 Subject: fixed tests svn path=/trunk/externals/iem/iemmatrix/; revision=3713 --- tests/mtx_conv/exist.pd | 7 ++++++- tests/mtx_fill/exist.pd | 8 ++++++-- tests/mtx_find/exist.pd | 8 +++++--- tests/mtx_index/exist.pd | 7 +++++-- 4 files changed, 22 insertions(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/mtx_conv/exist.pd b/tests/mtx_conv/exist.pd index f1617c9..619cd85 100644 --- a/tests/mtx_conv/exist.pd +++ b/tests/mtx_conv/exist.pd @@ -5,7 +5,12 @@ #X msg 122 366 1; #X obj 122 161 mtx_conv; #X text 67 37 test for existance of [mtx_conv]; -#X connect 0 0 4 0; +#X obj 122 136 t a a; +#X msg 122 116 matrix 1 1 1; +#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 4 0; +#X connect 6 1 4 1; +#X connect 7 0 6 0; diff --git a/tests/mtx_fill/exist.pd b/tests/mtx_fill/exist.pd index ce33b43..9b4390f 100644 --- a/tests/mtx_fill/exist.pd +++ b/tests/mtx_fill/exist.pd @@ -5,9 +5,13 @@ #X msg 122 366 1; #X obj 122 161 mtx_fill; #X text 67 37 test for existance of [mtx_fill]; -#X msg 122 122 matrix 1 1 1; +#X msg 122 96 matrix 1 1 1; +#X obj 122 127 t a a a; #X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; -#X connect 6 0 4 0; +#X connect 6 0 7 0; +#X connect 7 0 4 0; +#X connect 7 1 4 1; +#X connect 7 2 4 2; diff --git a/tests/mtx_find/exist.pd b/tests/mtx_find/exist.pd index 1675cb2..9578ef0 100644 --- a/tests/mtx_find/exist.pd +++ b/tests/mtx_find/exist.pd @@ -3,9 +3,11 @@ #X obj 122 385 outlet 1==OK; #X obj 122 347 b; #X msg 122 366 1; -#X obj 122 161 mtx_find; #X text 67 37 test for existance of [mtx_find]; -#X connect 0 0 4 0; +#X msg 122 125 matrix 1 1 1; +#X obj 122 161 mtx_find; +#X connect 0 0 5 0; #X connect 2 0 3 0; #X connect 3 0 1 0; -#X connect 4 0 2 0; +#X connect 5 0 6 0; +#X connect 6 0 2 0; diff --git a/tests/mtx_index/exist.pd b/tests/mtx_index/exist.pd index 8038feb..9546464 100644 --- a/tests/mtx_index/exist.pd +++ b/tests/mtx_index/exist.pd @@ -5,9 +5,12 @@ #X msg 122 366 1; #X obj 122 161 mtx_index; #X text 67 37 test for existance of [mtx_index]; -#X msg 122 122 matrix 1 1 1; +#X msg 122 102 matrix 1 1 1; +#X obj 122 126 t a a; #X connect 0 0 6 0; #X connect 2 0 3 0; #X connect 3 0 1 0; #X connect 4 0 2 0; -#X connect 6 0 4 0; +#X connect 6 0 7 0; +#X connect 7 0 4 0; +#X connect 7 1 4 1; -- cgit v1.2.1