From d84044c41cb7f786cb7fad1b8a0d4c025e10f435 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?=
 <zmoelnig@users.sourceforge.net>
Date: Mon, 17 Oct 2005 16:39:36 +0000
Subject: renamed tests to have an index (good if we want a certain order of
 tests)

svn path=/trunk/externals/iem/iemmatrix/; revision=3723
---
 tests/mtx_resize/00_exist.pd | 13 +++++++++++++
 tests/mtx_resize/exist.pd    | 13 -------------
 2 files changed, 13 insertions(+), 13 deletions(-)
 create mode 100644 tests/mtx_resize/00_exist.pd
 delete mode 100644 tests/mtx_resize/exist.pd

(limited to 'tests/mtx_resize')

diff --git a/tests/mtx_resize/00_exist.pd b/tests/mtx_resize/00_exist.pd
new file mode 100644
index 0000000..31bf01d
--- /dev/null
+++ b/tests/mtx_resize/00_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 obj 122 161 mtx_resize;
+#X text 67 37 test for existance of [mtx_resize];
+#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 4 0 2 0;
+#X connect 6 0 4 0;
diff --git a/tests/mtx_resize/exist.pd b/tests/mtx_resize/exist.pd
deleted file mode 100644
index 31bf01d..0000000
--- a/tests/mtx_resize/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_resize;
-#X text 67 37 test for existance of [mtx_resize];
-#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 4 0 2 0;
-#X connect 6 0 4 0;
-- 
cgit v1.2.1