Mike Kolesnik has posted comments on this change. Change subject: core: pool per DC ......................................................................
Patch Set 42: (1 comment) http://gerrit.ovirt.org/#/c/26799/42/backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/network/MacPoolPerDcTest.java File backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/network/MacPoolPerDcTest.java: Line 121: @Test Line 122: public void testCreatePoolWhichExists() throws Exception { Line 123: final MacPoolPerDc pool = new MacPoolPerDc(); Line 124: Line 125: mockGettingAllMacPools(macPool); > maybe I'm not following you. Actually no idea why I initially posted this, probably got confused. Line 126: pool.initialize(); Line 127: Line 128: expectedException.expect(IllegalStateException.class); Line 129: expectedException.expectMessage(MacPoolPerDc.UNABLE_TO_CREATE_MAC_POOL_IT_ALREADY_EXIST); -- To view, visit http://gerrit.ovirt.org/26799 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If522a0b0d5f810281bed010b46b5242f7dbdcc29 Gerrit-PatchSet: 42 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <[email protected]> Gerrit-Reviewer: Martin Mucha <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
