James Moger
2014-03-27 4a70ea7906b6702d7bfc053f8b922c33aabff75f
src/test/java/com/gitblit/tests/FileUtilsTest.java
@@ -15,16 +15,13 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import java.io.File;
import org.junit.Test;
import com.gitblit.utils.FileUtils;
public class FileUtilsTest {
public class FileUtilsTest extends GitblitUnitTest {
   @Test
   public void testReadContent() throws Exception {