Moti Asayag has uploaded a new change for review.

Change subject: engine: Use typed empty list VmStatisticsDAOTest
......................................................................

engine: Use typed empty list VmStatisticsDAOTest

Change-Id: Iaba667b1095e6aacd957cb56167857d9423f047d
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
M 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStatisticsDAOTest.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/32/40932/1

diff --git 
a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStatisticsDAOTest.java
 
b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStatisticsDAOTest.java
index 1e3bcf8..26c6801 100644
--- 
a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStatisticsDAOTest.java
+++ 
b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/VmStatisticsDAOTest.java
@@ -58,7 +58,7 @@
         newVmStatistics.setMigrationProgressPercent(0);
         newVmStatistics.setMemoryUsageHistory(Arrays.asList(2, 3, 4));
         newVmStatistics.setCpuUsageHistory(Arrays.asList(5, 6, 7));
-        newVmStatistics.setNetworkUsageHistory(Collections.EMPTY_LIST);
+        newVmStatistics.setNetworkUsageHistory(Collections.<Integer> 
emptyList());
         dao.save(newVmStatistics);
 
         VmStatistics stats = dao.get(newVmStatic.getId());


-- 
To view, visit https://gerrit.ovirt.org/40932
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaba667b1095e6aacd957cb56167857d9423f047d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to