From: Jihoon Jung Date: Mon, 4 Sep 2023 05:14:02 +0000 (+0900) Subject: [Non-ACR][Nfc] Fix typo for cardemulation related feature X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cfa3574a60658bf3b21b49a91f8a179c45c3fa31;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR][Nfc] Fix typo for cardemulation related feature Change-Id: Id974e7fe1c3fe4e0660fc008a23fd29c86433235 Signed-off-by: Jihoon Jung --- diff --git a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs old mode 100755 new mode 100644 index 3c7a45b..da8e44d --- a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs +++ b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs @@ -61,8 +61,8 @@ namespace Tizen.Network.Nfc.Tests LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out _nfcFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out _ceFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation.hce", out _hceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out _ceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation.hce", out _hceFeature); } [TearDown] diff --git a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs old mode 100755 new mode 100644 index 165a82b..35813b0 --- a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs +++ b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs @@ -157,8 +157,8 @@ namespace Tizen.Network.Nfc.Tests LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out _nfcFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out _ceFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation.hce", out _hceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out _ceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation.hce", out _hceFeature); } [TearDown] diff --git a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs old mode 100755 new mode 100644 index 5d63413..4b71657 --- a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs +++ b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs @@ -60,8 +60,8 @@ namespace Tizen.Network.Nfc.Tests LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out _nfcFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out _ceFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation.hce", out _hceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out _ceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation.hce", out _hceFeature); } [TearDown] diff --git a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs old mode 100755 new mode 100644 index 267e06d..fbecda5 --- a/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs +++ b/tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs @@ -60,7 +60,7 @@ namespace Tizen.Network.Nfc.Tests LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out _nfcFeature); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out _ceFeature); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out _ceFeature); } [TearDown] diff --git a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcCardEmulationAdapter.cs b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcCardEmulationAdapter.cs old mode 100755 new mode 100644 index fc4af1f..2100977 --- a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcCardEmulationAdapter.cs +++ b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcCardEmulationAdapter.cs @@ -20,8 +20,8 @@ namespace Tizen.Network.Nfc.Tests Log.Debug("TCT", "[TestCase] nfc ce Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation.hce", out isHceSupported); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation.hce", out isHceSupported); try { diff --git a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcManager.cs b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcManager.cs old mode 100755 new mode 100644 index a5a439b..a42309c --- a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcManager.cs +++ b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcManager.cs @@ -24,7 +24,7 @@ namespace Tizen.Network.Nfc.Tests Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported); Information.TryGetValue("http://tizen.org/feature/network.nfc.tag", out isTagSupported); Information.TryGetValue("http://tizen.org/feature/network.nfc.p2p", out isP2pSupported); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported); } [TearDown] @@ -254,4 +254,4 @@ namespace Tizen.Network.Nfc.Tests } } } -} \ No newline at end of file +} diff --git a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcRegisteredAidInformation.cs b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcRegisteredAidInformation.cs old mode 100755 new mode 100644 index 77fcb86..7652307 --- a/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcRegisteredAidInformation.cs +++ b/tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcRegisteredAidInformation.cs @@ -29,8 +29,8 @@ namespace Tizen.Network.Nfc.Tests LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST"); Information.TryGetValue("http://tizen.org/feature/network.nfc", out isNfcSupported); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation", out isCeSupported); - Information.TryGetValue("http://tizen.org/feature/network.nfc.cardemulation.hce", out isHceSupported); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation", out isCeSupported); + Information.TryGetValue("http://tizen.org/feature/network.nfc.card_emulation.hce", out isHceSupported); try {