You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rb...@apache.org on 2020/08/29 08:54:38 UTC

[celix] 03/03: undo test change

This is an automated email from the ASF dual-hosted git repository.

rbulter pushed a commit to branch feature/tcp_admin_msg_segmentation
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 3df62e75c52f7c6225dd95f0b9e86e47ed25d676
Author: Roy Bulter <ro...@gmail.com>
AuthorDate: Sat Aug 29 10:52:38 2020 +0200

    undo test change
---
 bundles/pubsub/test/test/sut_endpoint_activator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bundles/pubsub/test/test/sut_endpoint_activator.c b/bundles/pubsub/test/test/sut_endpoint_activator.c
index f3d8fa8..c52ebf7 100644
--- a/bundles/pubsub/test/test/sut_endpoint_activator.c
+++ b/bundles/pubsub/test/test/sut_endpoint_activator.c
@@ -97,7 +97,9 @@ static void* sut_sendThread(void *data) {
             if (msg.seqNr % 1000 == 0) {
                 printf("Send %i messages\n", msg.seqNr);
             }
+
 		    msg.seqNr += 1;
+
         }
         pthread_mutex_unlock(&act->mutex);