From 553c8470ac54266779e183bff6a9b98b671f2ecc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 14 Jul 2016 16:11:27 +0200 Subject: [PATCH 1/8] intg: rename test with enumeration --- src/tests/intg/Makefile.am | 2 +- src/tests/intg/{ldap_test.py => test_enumeration.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/tests/intg/{ldap_test.py => test_enumeration.py} (100%) diff --git a/src/tests/intg/Makefile.am b/src/tests/intg/Makefile.am index d79f6424e0226f8b81d3a104877fa166bd885b42..c394de033a0536daf7af275bbbd184c21301f0e1 100644 --- a/src/tests/intg/Makefile.am +++ b/src/tests/intg/Makefile.am @@ -8,9 +8,9 @@ dist_noinst_DATA = \ ent_test.py \ ldap_ent.py \ ldap_local_override_test.py \ - ldap_test.py \ test_local_domain.py \ util.py \ + test_enumeration.py \ test_memory_cache.py \ test_ts_cache.py \ $(NULL) diff --git a/src/tests/intg/ldap_test.py b/src/tests/intg/test_enumeration.py similarity index 100% rename from src/tests/intg/ldap_test.py rename to src/tests/intg/test_enumeration.py -- 2.9.2