Hoernchen has uploaded this change for review.

View Change

test: adjust for libosmocore loglevel cache

Depends: libosmocore.git I539872fc9e3c50b407e6bc388f1e091fa2c826c3
Change-Id: If52bcb522d41918db9e0755ead58abdcb8f0209b
---
M tests/nanobts_omlattr/nanobts_omlattr_test.c
1 file changed, 11 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/49/35549/1
diff --git a/tests/nanobts_omlattr/nanobts_omlattr_test.c b/tests/nanobts_omlattr/nanobts_omlattr_test.c
index 9ef90ae..1383ac8 100644
--- a/tests/nanobts_omlattr/nanobts_omlattr_test.c
+++ b/tests/nanobts_omlattr/nanobts_omlattr_test.c
@@ -272,7 +272,7 @@
* struct log_info contains 616 bytes in 2 blocks (ref 0) 0x60d000000310
* struct log_info_cat contains 576 bytes in 1 blocks (ref 0) 0x6170000000e0
* That's the root ctx + 5x logging: */
- OSMO_ASSERT(talloc_total_blocks(ctx) == 6);
+ OSMO_ASSERT(talloc_total_blocks(ctx) == 7);
talloc_free(ctx);
return 0;
}

To view, visit change 35549. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If52bcb522d41918db9e0755ead58abdcb8f0209b
Gerrit-Change-Number: 35549
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild@sysmocom.de>
Gerrit-MessageType: newchange