summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorLassi Marttala <Lassi.LM.Marttala@partner.bmw.de>2012-10-04 09:58:29 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2012-11-26 12:39:33 +0100
commitfc8c0fea1c76965d76b61795b23b78a071c00b7b (patch)
treed42730c90755d5e7a3244952d7f14ad3780741fe /src/tests
parentaa1033cbf49615f46cf2d46f22cbad547ab216ae (diff)
downloadDLT-daemon-fc8c0fea1c76965d76b61795b23b78a071c00b7b.tar.gz
[GDLT-137]: Automated resending: Improve init. Use everywhere.
This is a combination of 2 commits. Rest of the commit messages below. [GDLT-137]: Add resending to all user library places which use buffer. [GDLT-137]: Delay mq opening. Make it thread safe. Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'src/tests')
-rwxr-xr-xsrc/tests/dlt-test-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/dlt-test-client.c b/src/tests/dlt-test-client.c
index 6f1e972..f99da3e 100755
--- a/src/tests/dlt-test-client.c
+++ b/src/tests/dlt-test-client.c
@@ -2398,7 +2398,6 @@ int dlt_testclient_message_callback(DltMessage *message, void *data)
/* If the payload is correct, the counter is increased by 1 */
if (message->extendedheader->noar==4)
{
- //TODO: CHECK ACTUAL CONTENT
type_info=0;
type_info_tmp=0;
length=0,length_tmp=0; /* the macro can set this variable to -1 */