Update test to avoid eclipse compiling error

This commit is contained in:
Kelven Yang 2010-12-30 21:06:38 -08:00
parent 283551d34e
commit 7a66300fc9
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class TestSyncQueueManager extends ComponentTestCase {
SyncQueueManager mgr = ComponentLocator.getCurrentLocator().getManager(
SyncQueueManager.class);
List<SyncQueueItemVO> l = mgr.getActiveQueueItems(1L);
List<SyncQueueItemVO> l = mgr.getActiveQueueItems(1L, false);
if(l != null && l.size() > 0) {
for(SyncQueueItemVO item : l) {
s_logger.info("Left over item: " + item.toString());