make the make counts a little larger

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@909773 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2010-02-13 08:49:56 +00:00
parent 84c76a94a0
commit 799c033ead
1 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ public class PListTest {
@Test
public void testAddLast() throws Exception {
final int COUNT = 100;
final int COUNT = 1000;
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
for (int i = 0; i < COUNT; i++) {
String test = new String("test" + i);
@ -60,7 +60,7 @@ public class PListTest {
@Test
public void testAddFirst() throws Exception {
final int COUNT = 100;
final int COUNT = 1000;
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
for (int i = 0; i < COUNT; i++) {
String test = new String("test" + i);
@ -82,7 +82,7 @@ public class PListTest {
@Test
public void testRemove() throws IOException {
final int COUNT = 200;
final int COUNT = 2000;
Map<String, ByteSequence> map = new LinkedHashMap<String, ByteSequence>();
for (int i = 0; i < COUNT; i++) {
String test = new String("test" + i);