summaryrefslogtreecommitdiff
path: root/utils/src/test/cardchannel
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-02-11 20:09:19 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2009-02-11 20:09:19 +0000
commit1aa74c13ca1bcc7bc6583f1f64d25edc7754b5ee (patch)
treedfd1ab42e4b9640a757ab07ea5fed151ec2e85d4 /utils/src/test/cardchannel
parent26fd7c97a6cc333d00800c4c98a4f58a3dc7c2c5 (diff)
downloadmocca-1aa74c13ca1bcc7bc6583f1f64d25edc7754b5ee.tar.gz
mocca-1aa74c13ca1bcc7bc6583f1f64d25edc7754b5ee.tar.bz2
mocca-1aa74c13ca1bcc7bc6583f1f64d25edc7754b5ee.zip
A-Trust activation workarounds ('sl' preFIX, empty cardchannel namespace, cc:Result instead of Response)
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@300 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'utils/src/test/cardchannel')
-rw-r--r--utils/src/test/cardchannel/marshalled.xml1
-rw-r--r--utils/src/test/cardchannel/script.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/utils/src/test/cardchannel/marshalled.xml b/utils/src/test/cardchannel/marshalled.xml
new file mode 100644
index 00000000..e53ab084
--- /dev/null
+++ b/utils/src/test/cardchannel/marshalled.xml
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Script xmlns:ns2="http://www.buergerkarte.at/cardchannel"><ns2:Reset/></Script> \ No newline at end of file
diff --git a/utils/src/test/cardchannel/script.xml b/utils/src/test/cardchannel/script.xml
new file mode 100644
index 00000000..dd0da379
--- /dev/null
+++ b/utils/src/test/cardchannel/script.xml
@@ -0,0 +1,6 @@
+<!--Script>
+ <Reset cold='true' />
+ <CommandAPDU sequence='1' of='2' expectedSW='9000'>00A4000C023F00</CommandAPDU>
+ <CommandAPDU sequence='2' of='2' expectedSW='9000'>00B0820000</CommandAPDU>
+</Script-->
+<Script><Reset/></Script> \ No newline at end of file