mirror of https://github.com/apache/cloudstack.git
Update test to avoid eclipse compiling error
This commit is contained in:
parent
283551d34e
commit
7a66300fc9
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue