Alfred Schmid
2014-02-21 a17ed65f281899cc8bc75453043e95728fb19686
Added LdapSyncServiceTest to GitBlitSuite.
1 files renamed
1 files modified
5 ■■■■■ changed files
src/test/java/com/gitblit/tests/GitBlitSuite.java 2 ●●● patch | view | raw | blame | history
src/test/java/com/gitblit/tests/LdapSyncServiceTest.java 3 ●●●● patch | view | raw | blame | history
src/test/java/com/gitblit/tests/GitBlitSuite.java
@@ -63,7 +63,7 @@
        GitBlitTest.class, FederationTests.class, RpcTests.class, GitServletTest.class, GitDaemonTest.class,
        GroovyScriptTest.class, LuceneExecutorTest.class, RepositoryModelTest.class,
        FanoutServiceTest.class, Issue0259Test.class, Issue0271Test.class, HtpasswdAuthenticationTest.class,
        ModelUtilsTest.class, JnaUtilsTest.class })
        ModelUtilsTest.class, JnaUtilsTest.class, LdapSyncServiceTest.class })
public class GitBlitSuite {
    public static final File BASEFOLDER = new File("data");
src/test/java/com/gitblit/tests/LdapSyncServiceTest.java
File was renamed from src/test/java/com/gitblit/service/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;
/**