X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Frmr_si_test.c;h=256e2bd0fdce71ac4f11420ef71053936cb96f8f;hb=11838bcf76f3614384459cb56e2ce80dea788cef;hp=491242de0901ccebad2255daed534d131eb7b727;hpb=8c6756d9d6f94beca0bc382f97383ca5e79d16c7;p=ric-plt%2Flib%2Frmr.git diff --git a/test/rmr_si_test.c b/test/rmr_si_test.c index 491242d..256e2bd 100644 --- a/test/rmr_si_test.c +++ b/test/rmr_si_test.c @@ -1,8 +1,8 @@ // :vi sw=4 ts=4 noet: /* ================================================================================== - Copyright (c) 2020 Nokia - Copyright (c) 2020 AT&T Intellectual Property. + Copyright (c) 2020-2021 Nokia + Copyright (c) 2020-2021 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. @@ -142,13 +142,10 @@ int main() { fprintf( stderr, "\n starting RMr API tests\n" ); errors += rmr_api_test(); -/// ---- all ok above here -/* fprintf( stderr, "\n run RMr API tests with src name only env var set\n" ); setenv( "RMR_SRC_NAMEONLY", "1", 1 ); errors += rmr_api_test(); fprintf( stderr, " error count: %d\n", errors ); -*/ test_summary( errors, "rmr_si tests" ); if( errors == 0 ) {