From d1576eb75555c17262c2e8c35021059e51d63bd9 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sat, 28 Mar 2009 00:25:22 -0300
Subject: [PATCH 23/32] Rename the "auto" test to "behaviour"

The "auto" test checks if the library behaves as expected, so it makes
sense to rename it to a clearer name.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 tests/{auto => behaviour}/README          |    2 +-
 tests/{auto => behaviour}/runtests        |    0
 tests/{auto => behaviour}/t_corruption.py |    0
 tests/{auto => behaviour}/t_fi.py         |    0
 tests/{auto => behaviour}/t_normal.py     |    0
 tests/{auto => behaviour}/tf.py           |    0
 6 files changed, 1 insertions(+), 1 deletions(-)
 rename tests/{auto => behaviour}/README (89%)
 rename tests/{auto => behaviour}/runtests (100%)
 rename tests/{auto => behaviour}/t_corruption.py (100%)
 rename tests/{auto => behaviour}/t_fi.py (100%)
 rename tests/{auto => behaviour}/t_normal.py (100%)
 rename tests/{auto => behaviour}/tf.py (100%)

diff --git a/tests/auto/README b/tests/behaviour/README
similarity index 89%
rename from tests/auto/README
rename to tests/behaviour/README
index 9652520..e69380d 100644
--- a/tests/auto/README
+++ b/tests/behaviour/README
@@ -1,5 +1,5 @@
 
-In this directory you'll find libjio's automated tests.
+In this directory you'll find libjio's automated behaviour tests.
 
 They're split in three suites: normal, corruption and fi. The normal suite
 tests normal, expected behaviour. The corruption suite checks how the library
diff --git a/tests/auto/runtests b/tests/behaviour/runtests
similarity index 100%
rename from tests/auto/runtests
rename to tests/behaviour/runtests
diff --git a/tests/auto/t_corruption.py b/tests/behaviour/t_corruption.py
similarity index 100%
rename from tests/auto/t_corruption.py
rename to tests/behaviour/t_corruption.py
diff --git a/tests/auto/t_fi.py b/tests/behaviour/t_fi.py
similarity index 100%
rename from tests/auto/t_fi.py
rename to tests/behaviour/t_fi.py
diff --git a/tests/auto/t_normal.py b/tests/behaviour/t_normal.py
similarity index 100%
rename from tests/auto/t_normal.py
rename to tests/behaviour/t_normal.py
diff --git a/tests/auto/tf.py b/tests/behaviour/tf.py
similarity index 100%
rename from tests/auto/tf.py
rename to tests/behaviour/tf.py
-- 
1.6.2.rc0.226.gf08f


