Modify "Not Supported" check logic for haltests 19/189319/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.020939 accepted/tizen/unified/20180918.062914 submit/tizen/20180917.075205 submit/tizen_5.0/20181101.000004
authorsinikang <sinikang@samsung.com>
Mon, 17 Sep 2018 04:49:17 +0000 (13:49 +0900)
committersinikang <sinikang@samsung.com>
Mon, 17 Sep 2018 04:49:17 +0000 (13:49 +0900)
Change-Id: I55cfa360122a8b7a8fc1bde839a103cdad4a899b

haltest/tapi_hal_tc.cpp
packaging/libtapi.spec

index 3ac9027..8ebe80b 100644 (file)
@@ -60,7 +60,7 @@ static bool __check_telephony_feature_supported()
        bool value = false;
        int ret = system_info_get_platform_bool(FEATURE_TELEPHONY, &value);
        EXPECT_EQ(SYSTEM_INFO_ERROR_NONE, ret) << "system_info_get_platform_bool failed" << std::endl;
-       EXPECT_EQ(true, value) << FEATRE_NOT_SUPPORT << std::endl;
+       std::cout << "Telephony feature is set as " << value << std::endl;
        return value;
 }
 
index daa26e8..44c4e70 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 8
-%define patchlevel 33
+%define patchlevel 34
 
 Name:           libtapi
 Version:        %{major}.%{minor}.%{patchlevel}