From d0dda22f70e5cb8b6da4e1afffe9849727de45dc Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 23 Apr 2015 10:40:13 -0500 Subject: [PATCH] LDAP-323: Correct LDAP integration test package definitions --- .../springframework/ldap/itest20}/LdapTemplateLookup20ITest.java | 0 .../springframework/ldap/itest25}/LdapTemplateLookup25ITest.java | 0 .../springframework/ldap/itest30}/LdapTemplateLookup30ITest.java | 0 .../ldap/itest30}/LdapTemplateNamespaceLookup30ITest.java | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename test/integration-tests-spring20/src/test/java/{org.springframework.ldap.itest20 => org/springframework/ldap/itest20}/LdapTemplateLookup20ITest.java (100%) rename test/integration-tests-spring25/src/test/java/{org.springframework.ldap.itest25 => org/springframework/ldap/itest25}/LdapTemplateLookup25ITest.java (100%) rename test/integration-tests-spring30/src/test/java/{org.springframework.ldap.itest30 => org/springframework/ldap/itest30}/LdapTemplateLookup30ITest.java (100%) rename test/integration-tests-spring30/src/test/java/{org.springframework.ldap.itest30 => org/springframework/ldap/itest30}/LdapTemplateNamespaceLookup30ITest.java (100%) diff --git a/test/integration-tests-spring20/src/test/java/org.springframework.ldap.itest20/LdapTemplateLookup20ITest.java b/test/integration-tests-spring20/src/test/java/org/springframework/ldap/itest20/LdapTemplateLookup20ITest.java similarity index 100% rename from test/integration-tests-spring20/src/test/java/org.springframework.ldap.itest20/LdapTemplateLookup20ITest.java rename to test/integration-tests-spring20/src/test/java/org/springframework/ldap/itest20/LdapTemplateLookup20ITest.java diff --git a/test/integration-tests-spring25/src/test/java/org.springframework.ldap.itest25/LdapTemplateLookup25ITest.java b/test/integration-tests-spring25/src/test/java/org/springframework/ldap/itest25/LdapTemplateLookup25ITest.java similarity index 100% rename from test/integration-tests-spring25/src/test/java/org.springframework.ldap.itest25/LdapTemplateLookup25ITest.java rename to test/integration-tests-spring25/src/test/java/org/springframework/ldap/itest25/LdapTemplateLookup25ITest.java diff --git a/test/integration-tests-spring30/src/test/java/org.springframework.ldap.itest30/LdapTemplateLookup30ITest.java b/test/integration-tests-spring30/src/test/java/org/springframework/ldap/itest30/LdapTemplateLookup30ITest.java similarity index 100% rename from test/integration-tests-spring30/src/test/java/org.springframework.ldap.itest30/LdapTemplateLookup30ITest.java rename to test/integration-tests-spring30/src/test/java/org/springframework/ldap/itest30/LdapTemplateLookup30ITest.java diff --git a/test/integration-tests-spring30/src/test/java/org.springframework.ldap.itest30/LdapTemplateNamespaceLookup30ITest.java b/test/integration-tests-spring30/src/test/java/org/springframework/ldap/itest30/LdapTemplateNamespaceLookup30ITest.java similarity index 100% rename from test/integration-tests-spring30/src/test/java/org.springframework.ldap.itest30/LdapTemplateNamespaceLookup30ITest.java rename to test/integration-tests-spring30/src/test/java/org/springframework/ldap/itest30/LdapTemplateNamespaceLookup30ITest.java