Skip to content

Commit

Permalink
Fix gh #78 : Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjoe24 committed Dec 19, 2024
1 parent 51266eb commit 1950efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ popd > /dev/null # ${MY_DIR}
# Therefore in that case it warns you but doesnt' chnage to that version, which could cause your tests to break.
# Change this to upgrade your ut-control Major versions. Non ABI Changes 1.x.x are supported, between major revisions

UT_CONTROL_PROJECT_VERSION="1.6.1" # Fixed version, #TODO: change to 1.6.2 once ut-control is merged
UT_CONTROL_PROJECT_VERSION="1.6.2" # Fixed version

# Clone the Unit Test Requirements
[email protected]:rdkcentral/ut-control.git
Expand All @@ -85,7 +85,6 @@ function check_ut_control_revision()
echo -e ${RED}--- New Version of ut-control released [${UT_NEXT_VERSION}] consider upgrading ---${NC}
fi
fi
UT_CONTROL_PROJECT_VERSION=feature/gh62-multiple-profile-input-support
echo -e ${YELLOW}ut-control version selected:[${UT_CONTROL_PROJECT_VERSION}]${NC}
popd > /dev/null
}
Expand Down
3 changes: 3 additions & 0 deletions tests/src/c_source/ut_test_kvp_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ void test_ut_kvp_profile_open( void )
{
UT_LOG_STEP( "test_ut_kvp_profile_open - start" );
ut_kvp_profile_open( KVP_VALID_TEST_ASSERT_YAML_FILE );
UT_LOG_STEP( "ut_kvp_profile_open - %s", KVP_VALID_TEST_ASSERT_YAML_FILE);
ut_kvp_profile_open( KVP_VALID_TEST_CONFIG_YAML_FILE );
UT_LOG_STEP( "ut_kvp_profile_open - %s", KVP_VALID_TEST_CONFIG_YAML_FILE);

ut_kvp_instance_t *pInstance;

pInstance = ut_kvp_profile_getInstance();
Expand Down

0 comments on commit 1950efe

Please sign in to comment.