diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:39:36 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-10-17 16:39:36 +0000 |
commit | d84044c41cb7f786cb7fad1b8a0d4c025e10f435 (patch) | |
tree | d0d59354ad0ed898aa5947dce7f96164dbabeee7 /tests/mtx_colon/exist.pd | |
parent | d717c6983594f6544b5c9fb79acf1f54577b417f (diff) |
renamed tests to have an index (good if we want a certain order of tests)
svn path=/trunk/externals/iem/iemmatrix/; revision=3723
Diffstat (limited to 'tests/mtx_colon/exist.pd')
-rw-r--r-- | tests/mtx_colon/exist.pd | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/mtx_colon/exist.pd b/tests/mtx_colon/exist.pd deleted file mode 100644 index e625d2b..0000000 --- a/tests/mtx_colon/exist.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 obj 122 161 mtx_colon; -#X text 67 37 test for existance of [mtx_colon]; -#X msg 122 119 1 1; -#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; |