Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-01-21 19:53:24 +0100
committerArthur de Jong <arthur@arthurdejong.org>2017-01-21 19:53:24 +0100
commit8de25c2dfee50d8aa203b58c1c1b83e0e32fe4ab (patch)
tree97a05d9781eab0299ffe15844d9c6de077436219 /tests
parent5889df7dfc7531987177493182eb4f85515dbc9e (diff)
Correct name of ActivIdentity test file
Diffstat (limited to 'tests')
-rw-r--r--tests/actividentity/test.pskcxml (renamed from tests/actividentity/test.pskc)0
-rw-r--r--tests/test_actividentity.doctest2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/actividentity/test.pskc b/tests/actividentity/test.pskcxml
index 63a324e..63a324e 100644
--- a/tests/actividentity/test.pskc
+++ b/tests/actividentity/test.pskcxml
diff --git a/tests/test_actividentity.doctest b/tests/test_actividentity.doctest
index 734b028..adb584a 100644
--- a/tests/test_actividentity.doctest
+++ b/tests/test_actividentity.doctest
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
This tests an ActivIdentity PSKC file that was found in the wild. It does not
follow the RFC 6030 spec but is handled nonetheless.
->>> pskc = PSKC('tests/actividentity/test.pskc')
+>>> pskc = PSKC('tests/actividentity/test.pskcxml')
>>> pskc.encryption.algorithm
'http://www.w3.org/2001/04/xmlenc#aes128-cbc'
>>> b2a_hex(pskc.encryption.iv)