- The code is missing from commit id
11a75651f7fcb1825dd3a9b7cb0596d69158ba26
- https://review.tizen.org/gerrit/#/c/test/tct/csharp/api/+/211463/
Change-Id: I1a9a26b990cf44fc857421adc71afdba3302d2b1
Signed-off-by: Jung Jihoon <jh8801.jung@samsung.com>
Assert.IsTrue(_nfcFeature == false || _ceFeature == false,
"Method throw the NotSupportedException, but Tizen support the Nfc host card emulation opearation");
}
+ catch (InvalidOperationException e)
+ {
+ Assert.IsTrue(e.Message.Equals("SecurityRestrictedError"), "It is normal operation because the application should have the platform certification");
+ }
catch (Exception ex)
{\r
Assert.True(false, "Exception occurs. Msg : " + ex.ToString());\r