James Moger
2014-03-07 d68553e01d3064bbf3df25f733e3d29d1da1feca
src/test/java/com/gitblit/tests/StringUtilsTest.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.util.Arrays;
import java.util.List;
@@ -26,7 +22,7 @@
import com.gitblit.utils.StringUtils;
public class StringUtilsTest {
public class StringUtilsTest extends GitblitUnitTest {
   @Test
   public void testIsEmpty() throws Exception {