James Moger
2012-02-02 ddbf6701b4df04d2c7a84080dfb4d64ef9d3f7a0
tests/com/gitblit/tests/ObjectCacheTest.java
@@ -15,14 +15,19 @@
 */
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 junit.framework.TestCase;
import org.junit.Test;
import com.gitblit.utils.ObjectCache;
public class ObjectCacheTest extends TestCase {
public class ObjectCacheTest {
   @Test
   public void testCache() throws Exception {
      ObjectCache<String> cache = new ObjectCache<String>();
      cache.updateObject("test", "alpha");