aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-10 13:07:49 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-10 13:07:49 +0100
commit7e10bd6401916d1768f5b2caaaae1ee35db85735 (patch)
treece5636a3f48fb983a8a092e08595c1dfbc320c8c
parent84e4dd92d454cd58e9cbe127c0d969e248f0e588 (diff)
misc: Fix up testcase after 5a03e129a633637d0a6b57b3b5aa6d6596b938fe
In 5a03e129a633637d0a6b57b3b5aa6d6596b938fe we generalized the structural parser so we need to update the expected behavior of that routine.
-rw-r--r--tests/misc/misc_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/misc_test.c b/tests/misc/misc_test.c
index 89fdbe65..80dd317b 100644
--- a/tests/misc/misc_test.c
+++ b/tests/misc/misc_test.c
@@ -78,7 +78,7 @@ static void test_msg_utils_ipa(void)
memcpy(msg->l1h, ipa_rsl_connect, sizeof(ipa_rsl_connect));
msg->l1h[2] = 0x23;
rc = msg_verify_ipa_structure(msg);
- OSMO_ASSERT(rc == -1);
+ OSMO_ASSERT(rc == 0);
msgb_free(msg);
}