X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fmbuf_api_test.c;h=b1a1ebd7a1c7a5ce7c9332299a47e95675332399;hb=8790bf0c4f4f08fd05853afa67e211112b344a42;hp=30427b11b3c2fff64d58f685ff8dc7d0b680ef06;hpb=ae8e63b75e4c5e754c1f3c2d4a600100a05225a0;p=ric-plt%2Flib%2Frmr.git diff --git a/test/mbuf_api_test.c b/test/mbuf_api_test.c index 30427b1..b1a1ebd 100644 --- a/test/mbuf_api_test.c +++ b/test/mbuf_api_test.c @@ -1,14 +1,14 @@ // : vi ts=4 sw=4 noet : /* ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019 Nokia + Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -23,8 +23,8 @@ Mnemonic: mbuf_api_test.c Abstract: Unit tests for the mbuf common API functions. To allow the mbuf functions to be tested without the bulk of the - RMr mechanics, we dummy up a couple of functions that are in - rmr[_nng].c. + RMr mechanics, we dummy up a couple of functions that are in + rmr[_nng].c. Author: E. Scott Daniels Date: 2 April 2019 @@ -63,7 +63,7 @@ extern void rmr_free_msg( rmr_mbuf_t* mbuf ) { we actually pulled in the sr static set. WARNING: this is NOT a complete realloc. We assume that we are testing - just the trace length adjustment portion of the set_trace() + just the trace length adjustment portion of the set_trace() API and are not striving to test the real realloc function. That will be tested when the mbuf_api_static_test code is used by the more generic RMr test. So, not all fields in the realloc'd buffer