From a17ed65f281899cc8bc75453043e95728fb19686 Mon Sep 17 00:00:00 2001
From: Alfred Schmid <A.Schmid@ff-muenchen.de>
Date: Fri, 21 Feb 2014 05:52:11 -0500
Subject: [PATCH] Added LdapSyncServiceTest to GitBlitSuite.

---
 src/test/java/com/gitblit/tests/LdapSyncServiceTest.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/test/java/com/gitblit/service/LdapSyncServiceTest.java b/src/test/java/com/gitblit/tests/LdapSyncServiceTest.java
similarity index 96%
rename from src/test/java/com/gitblit/service/LdapSyncServiceTest.java
rename to src/test/java/com/gitblit/tests/LdapSyncServiceTest.java
index 434043c..eda0903 100644
--- a/src/test/java/com/gitblit/service/LdapSyncServiceTest.java
+++ b/src/test/java/com/gitblit/tests/LdapSyncServiceTest.java
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package com.gitblit.service;
+package com.gitblit.tests;
 
 import static org.junit.Assert.assertFalse;
 import static org.junit.Assert.assertTrue;
@@ -25,6 +25,7 @@
 import org.junit.Test;
 
 import com.gitblit.Keys;
+import com.gitblit.service.LdapSyncService;
 import com.gitblit.tests.mock.MemorySettings;
 
 /**

--
Gitblit v1.9.1