  <testsuite name="Group Chat" tests="44" time="0" failures="0" errors="0" skipped="0" timestamp="2023-02-19T22:34:52"> 
        <testcase classname=".Group Chat" name="Chat room params" time="10.489796"/>
        <testcase classname=".Group Chat" name="Chat room with forced local identity" time="4.404873"/>
        <testcase classname=".Group Chat" name="Group chat room creation server" time="23.043331"/>
        <testcase classname=".Group Chat" name="Network down while creating group chat room" time="17.900097"/>
        <testcase classname=".Group Chat" name="Network down/up while creating group chat room" time="13.157179"/>
        <testcase classname=".Group Chat" name="Add participant" time="41.497616"/>
        <testcase classname=".Group Chat" name="Send message" time="7.482136"/>
        <testcase classname=".Group Chat" name="Send encrypted message" time="7.048368"/>
        <testcase classname=".Group Chat" name="Send message with error" time="9.886128"/>
        <testcase classname=".Group Chat" name="Send invite on a multi register account" time="9.338169"/>
        <testcase classname=".Group Chat" name="Send message check sync between devices" time="23.716749"/>
        <testcase classname=".Group Chat" name="Add admin" time="5.569162"/>
        <testcase classname=".Group Chat" name="Add admin lately notified" time="8.537043"/>
        <testcase classname=".Group Chat" name="Add admin with a non admin" time="4.261770"/>
        <testcase classname=".Group Chat" name="Remove admin" time="5.497150"/>
        <testcase classname=".Group Chat" name="Admin creator leaves the room" time="5.470098"/>
        <testcase classname=".Group Chat" name="Change subject" time="74.120783">
            <failure message="Multiple asserts failed ..." type="Failure">
                     Condition: BC_ASSERT_TRUE(wait_for_list(lcs, &amp;lcm-&gt;stat.number_of_LinphoneChatRoomConferenceJoined, initialStats-&gt;number_of_LinphoneChatRoomConferenceJoined + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 552
                     Condition: BC_ASSERT_EQUAL(linphone_chat_room_get_nb_participants(chatRoom), (expectedParticipantSize &gt;= 0) ? expectedParticipantSize : ((int)bctbx_list_size(participantsAddresses))) - Expected 2 but was 0.
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 558
                     Condition: BC_ASSERT_TRUE(linphone_participant_is_admin(participant))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 561
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;marie-&gt;stat.number_of_subject_changed, initialMarieStats.number_of_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1721
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;pauline-&gt;stat.number_of_subject_changed, initialPaulineStats.number_of_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1722
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;laure-&gt;stat.number_of_subject_changed, initialLaureStats.number_of_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1723
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;marie-&gt;stat.number_of_core_chat_room_subject_changed, initialMarieStats.number_of_core_chat_room_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1724
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;pauline-&gt;stat.number_of_core_chat_room_subject_changed, initialPaulineStats.number_of_core_chat_room_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1725
                     Condition: BC_ASSERT_TRUE(wait_for_list(coresList, &amp;laure-&gt;stat.number_of_core_chat_room_subject_changed, initialLaureStats.number_of_core_chat_room_subject_changed + 1, liblinphone_tester_sip_timeout))
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1726
                     Condition: BC_ASSERT_STRING_EQUAL(linphone_chat_room_get_subject(marieCr), newSubject) - Expected New subject but was Colleagues.
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1727
                     Condition: BC_ASSERT_STRING_EQUAL(linphone_chat_room_get_subject(paulineCr), newSubject) - Expected New subject but was Colleagues.
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1728
                     Condition: BC_ASSERT_STRING_EQUAL(linphone_chat_room_get_subject(laureCr), newSubject) - Expected New subject but was Colleagues.
                     File     : ../../../../../liblinphone/tester/group_chat_tester.c
                     Line     : 1729
            </failure>
        </testcase>
        <testcase classname=".Group Chat" name="Change subject with a non admin" time="4.837644"/>
        <testcase classname=".Group Chat" name="Remove participant" time="5.102092"/>
        <testcase classname=".Group Chat" name="Remove participant and restart" time="4.649716"/>
        <testcase classname=".Group Chat" name="Send message with a participant removed" time="4.757833"/>
        <testcase classname=".Group Chat" name="Leave group chat room" time="4.556585"/>
        <testcase classname=".Group Chat" name="Delete group chat room successful if it's already removed by server" time="5.322663"/>
        <testcase classname=".Group Chat" name="Come back on a group chat room after a disconnection" time="6.739579"/>
        <testcase classname=".Group Chat" name="Create chat room with disconnected friends" time="13.870825"/>
        <testcase classname=".Group Chat" name="Create chat room with disconnected friends and initial message" time="14.334111"/>
        <testcase classname=".Group Chat" name="Reinvited after removed from group chat room" time="9.709334"/>
        <testcase classname=".Group Chat" name="Reinvited after removed from group chat room 2" time="10.830763"/>
        <testcase classname=".Group Chat" name="Reinvited after removed from group chat room while offline" time="27.748339"/>
        <testcase classname=".Group Chat" name="Reinvited after removed from group chat room while offline 2" time="28.988310"/>
        <testcase classname=".Group Chat" name="Reinvited after removed from group chat room with several devices" time="12.729879"/>
        <testcase classname=".Group Chat" name="Notify after disconnection" time="29.146066"/>
        <testcase classname=".Group Chat" name="Notify after core restart" time="10.634387"/>
        <testcase classname=".Group Chat" name="Send refer to all participants devices" time="20.338866"/>
        <testcase classname=".Group Chat" name="Admin add device and doesn't lose admin status" time="9.563045"/>
        <testcase classname=".Group Chat" name="Send multiple is composing" time="7.385149"/>
        <testcase classname=".Group Chat" name="Fallback to basic chat room" time="2.420559"/>
        <testcase classname=".Group Chat" name="Group chat room creation fails if invited participants don't support it" time="1.807482"/>
        <testcase classname=".Group Chat" name="Group chat room creation successful if at least one invited participant supports it" time="4.077413"/>
        <testcase classname=".Group Chat" name="Migrate basic chat room to client group chat room" time="4.264231"/>
        <testcase classname=".Group Chat" name="Migrate basic chat room to client group chat room failure" time="42.792672"/>
        <testcase classname=".Group Chat" name="Migrate basic chat room to client group chat room not needed" time="42.700071"/>
        <testcase classname=".Group Chat" name="Send file" time="17.595891"/>
        <testcase classname=".Group Chat" name="Send file using buffer" time="18.909126"/>
    </testsuite>
