[강운덕] [PROFILER-62] testcase 수정

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@4148 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2014-07-08 08:26:06 +00:00
parent 2502c55eef
commit 356e5f7604
@@ -11,7 +11,7 @@ public class SimpleCacheTest {
@Test
public void startKey0() {
SimpleCache<String> cache = new SimpleCache<String>(0);
SimpleCache<String> cache = new SimpleCache<String>(1024, 0);
Result test = cache.put("test");
Assert.assertEquals(0, test.getId());
}