James Moger
2012-02-03 fe7c01a8bd76dff240e74bb770212911e227ba59
tests/com/gitblit/tests/JsonUtilsTest.java
@@ -15,18 +15,21 @@
 */
package com.gitblit.tests;
import static org.junit.Assert.assertEquals;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import junit.framework.TestCase;
import org.junit.Test;
import com.gitblit.utils.JsonUtils;
import com.google.gson.reflect.TypeToken;
public class JsonUtilsTest extends TestCase {
public class JsonUtilsTest {
   @Test
   public void testSerialization() {
      Map<String, String> map = new HashMap<String, String>();
      map.put("a", "alligator");