James Moger
2014-09-08 0d7fbbfc6484e3dc9ae5596b6d3460a278f86d8c
src/test/java/com/gitblit/tests/ByteFormatTest.java
@@ -15,15 +15,13 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import java.util.Locale;
import org.junit.Test;
import com.gitblit.utils.ByteFormat;
public class ByteFormatTest {
public class ByteFormatTest extends GitblitUnitTest {
   @Test
   public void testByteFormat() throws Exception {