mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
[강운덕] [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:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user