[Telephony][TCSACR-288][IccId can be null since Tizen 5.5] 46/215746/2
authorsinikang <sinikang@samsung.com>
Tue, 15 Oct 2019 07:14:14 +0000 (16:14 +0900)
committerSemun Lee <semun.lee@samsung.com>
Fri, 18 Oct 2019 05:15:57 +0000 (14:15 +0900)
Applications with partner or platform level certificate only
can access IccId since Tizen 5.5 (Api level 6).

Change-Id: Ic883035f8671925d76b09e5f48565bae3ac65e27
Signed-off-by: sinikang <sinikang@samsung.com>
Signed-off-by: Semun Lee <semun.lee@samsung.com>
tct-suite-vs/Tizen.Telephony.Tests/testcase/TSSim.cs

index 92111dc..dbb2cc9 100755 (executable)
@@ -157,7 +157,6 @@ namespace Tizen.Telephony.Tests
                 TelephonyHelper.PrintLog(Type.DLogAndlogUtil, "Executing TC:IccId_READ_ONLY");
                 Assert.IsInstanceOf<string>(_Sim.IccId, "IccId object is not of correct instance");
                 Assert.IsNotNull(_Sim.IccId, "IccId object is Null");
-                Assert.IsTrue(String.IsNullOrEmpty(_Sim.IccId) == false, "IccId object is Empty");
                 TelephonyHelper.PrintLog(Type.DLogAndlogUtil, "IccId: " + _Sim.IccId);
                 TelephonyHelper.PrintLog(Type.DLogAndlogUtil, "Completed TC:IccId_READ_ONLY");
             }