Ack from me. Best regards, Zoran
-----Original Message----- From: Hans Feldt Sent: den 29 augusti 2014 09:53 To: Zoran Milinkovic Cc: [email protected] Subject: [PATCH 1 of 1] tests: fix immomtest [#1032] tests/immsv/management/test_saImmOmAccessorGet_2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/immsv/management/test_saImmOmAccessorGet_2.c b/tests/immsv/management/test_saImmOmAccessorGet_2.c --- a/tests/immsv/management/test_saImmOmAccessorGet_2.c +++ b/tests/immsv/management/test_saImmOmAccessorGet_2.c @@ -133,7 +133,7 @@ void saImmOmAccessorGet_2_04(void) rc = saImmOmAccessorGet_2(accessorHandle, &objectName, accessorGetConfigAttrsToken, &attributes); /* Verify the number of config attributes */ cnt = print_SaImmAttrValuesT_2(attributes); - assert(cnt == 6); + assert(cnt == 8); test_validate(rc, SA_AIS_OK); safassert(saImmOmFinalize(immOmHandle), SA_AIS_OK); } ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
