From 114ae6681da86b06188ef6f5483e968eaffa4ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 14 Oct 2005 10:05:38 +0000 Subject: renamed tests svn path=/trunk/externals/iem/iemmatrix/; revision=3714 --- tests/mtx_matrix/exist.pd | 13 +++++++++++++ tests/mtx_matrix/exist1.pd | 11 +++++++++++ tests/mtx_matrix/exist_matrix.pd | 13 ------------- tests/mtx_matrix/exist_mtx.pd | 11 ----------- 4 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 tests/mtx_matrix/exist.pd create mode 100644 tests/mtx_matrix/exist1.pd delete mode 100644 tests/mtx_matrix/exist_matrix.pd delete mode 100644 tests/mtx_matrix/exist_mtx.pd diff --git a/tests/mtx_matrix/exist.pd b/tests/mtx_matrix/exist.pd new file mode 100644 index 0000000..de8b8d0 --- /dev/null +++ b/tests/mtx_matrix/exist.pd @@ -0,0 +1,13 @@ +#N canvas 385 142 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 text 67 37 test for existance of [matrix]; +#X obj 122 161 matrix; +#X msg 122 122 matrix 1 1 1; +#X connect 0 0 6 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 2 0; +#X connect 6 0 5 0; diff --git a/tests/mtx_matrix/exist1.pd b/tests/mtx_matrix/exist1.pd new file mode 100644 index 0000000..d00a3a0 --- /dev/null +++ b/tests/mtx_matrix/exist1.pd @@ -0,0 +1,11 @@ +#N canvas 385 142 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 text 67 37 test for existance of [mtx]; +#X obj 122 161 mtx 1; +#X connect 0 0 5 0; +#X connect 2 0 3 0; +#X connect 3 0 1 0; +#X connect 5 0 2 0; diff --git a/tests/mtx_matrix/exist_matrix.pd b/tests/mtx_matrix/exist_matrix.pd deleted file mode 100644 index de8b8d0..0000000 --- a/tests/mtx_matrix/exist_matrix.pd +++ /dev/null @@ -1,13 +0,0 @@ -#N canvas 385 142 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 text 67 37 test for existance of [matrix]; -#X obj 122 161 matrix; -#X msg 122 122 matrix 1 1 1; -#X connect 0 0 6 0; -#X connect 2 0 3 0; -#X connect 3 0 1 0; -#X connect 5 0 2 0; -#X connect 6 0 5 0; diff --git a/tests/mtx_matrix/exist_mtx.pd b/tests/mtx_matrix/exist_mtx.pd deleted file mode 100644 index d00a3a0..0000000 --- a/tests/mtx_matrix/exist_mtx.pd +++ /dev/null @@ -1,11 +0,0 @@ -#N canvas 385 142 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 text 67 37 test for existance of [mtx]; -#X obj 122 161 mtx 1; -#X connect 0 0 5 0; -#X connect 2 0 3 0; -#X connect 3 0 1 0; -#X connect 5 0 2 0; -- cgit v1.2.1