Added LdapSyncServiceTest to GitBlitSuite.
1 files renamed
1 files modified
| | |
| | | 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");
|
File was renamed from src/test/java/com/gitblit/service/LdapSyncServiceTest.java |
| | |
| | | * 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;
|
| | |
| | | import org.junit.Test;
|
| | |
|
| | | import com.gitblit.Keys;
|
| | | import com.gitblit.service.LdapSyncService;
|
| | | import com.gitblit.tests.mock.MemorySettings;
|
| | |
|
| | | /**
|