James Moger
2014-05-08 9ff0c16b05cb0eb7c3cc63eda763b0f75d84853c
src/test/java/com/gitblit/tests/ObjectCacheTest.java
@@ -15,17 +15,13 @@
 */
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.Date;
import org.junit.Test;
import com.gitblit.utils.ObjectCache;
public class ObjectCacheTest {
public class ObjectCacheTest extends GitblitUnitTest {
   @Test
   public void testCache() throws Exception {