From 8f17ff0b7fc216312632423e8de48ce67aa64321 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Thu, 14 Jul 2016 16:11:27 +0200 Subject: [PATCH 03/16] 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 b8cc5c006845f911d8518df815925455482e9f6d..55dfd020f80ca9308b6f8bc7954c74c885e601bd 100644 --- a/src/tests/intg/Makefile.am +++ b/src/tests/intg/Makefile.am @@ -9,9 +9,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