diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-14 10:04:22 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-14 10:04:22 +0000 |
commit | 15ac39ac9ea778e40c5291699cae5b3b0236f637 (patch) | |
tree | 66f05dabf8b40eee324535f43dbc4ccbda9fedf7 /tests/mtx_index | |
parent | 7f55cc6de53e4169f33bc84cc278883f6f0e98f0 (diff) |
fixed tests
svn path=/trunk/externals/iem/iemmatrix/; revision=3713
Diffstat (limited to 'tests/mtx_index')
-rw-r--r-- | tests/mtx_index/exist.pd | 7 |
1 files changed, 5 insertions, 2 deletions
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; |