[Non-ACR][Nfc] Fix typo for cardemulation related feature 37/298237/1
authorJihoon Jung <jh8801.jung@samsung.com>
Mon, 4 Sep 2023 05:14:02 +0000 (14:14 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Mon, 4 Sep 2023 05:14:56 +0000 (14:14 +0900)
Change-Id: Id974e7fe1c3fe4e0660fc008a23fd29c86433235
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcCardEmulationAdapter.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcManager.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Nfc.Tests/testcase/TSNfcRegisteredAidInformation.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 3c7a45b..da8e44d
@@ -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]
old mode 100755 (executable)
new mode 100644 (file)
index 165a82b..35813b0
@@ -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]
old mode 100755 (executable)
new mode 100644 (file)
index 5d63413..4b71657
@@ -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]
old mode 100755 (executable)
new mode 100644 (file)
index 267e06d..fbecda5
@@ -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]
old mode 100755 (executable)
new mode 100644 (file)
index fc4af1f..2100977
@@ -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
             {
old mode 100755 (executable)
new mode 100644 (file)
index a5a439b..a42309c
@@ -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
+}
old mode 100755 (executable)
new mode 100644 (file)
index 77fcb86..7652307
@@ -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
             {