James Moger
2013-11-18 cacf8bff097fbb66a7be1bfe267b5da2605145f8
src/test/java/com/gitblit/tests/UserServiceTest.java
@@ -15,10 +15,6 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.io.File;
import java.io.IOException;
@@ -31,7 +27,7 @@
import com.gitblit.models.TeamModel;
import com.gitblit.models.UserModel;
public class UserServiceTest {
public class UserServiceTest extends GitblitUnitTest {
   @Test
   public void testConfigUserService() throws IOException {