From 8de25c2dfee50d8aa203b58c1c1b83e0e32fe4ab Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 21 Jan 2017 19:53:24 +0100 Subject: Correct name of ActivIdentity test file --- tests/actividentity/test.pskc | 34 ---------------------------------- tests/actividentity/test.pskcxml | 34 ++++++++++++++++++++++++++++++++++ tests/test_actividentity.doctest | 2 +- 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 tests/actividentity/test.pskc create mode 100644 tests/actividentity/test.pskcxml (limited to 'tests') diff --git a/tests/actividentity/test.pskc b/tests/actividentity/test.pskc deleted file mode 100644 index 63a324e..0000000 --- a/tests/actividentity/test.pskc +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -Xus0lsc+rJLi0nc/ANE0Xg== - - - - -ActivIdentity -0950380269 - - -ActivIdentity - - - - -1HBJThmzYDCU7YCrML6OZKMsRQriSvZpoqeMfBui9dI= -SlinEB9YUzcR04MUZDF5dBLtK1c= - - -AAAAADHwRgM= - - - - diff --git a/tests/actividentity/test.pskcxml b/tests/actividentity/test.pskcxml new file mode 100644 index 0000000..63a324e --- /dev/null +++ b/tests/actividentity/test.pskcxml @@ -0,0 +1,34 @@ + + + + + + +Xus0lsc+rJLi0nc/ANE0Xg== + + + + +ActivIdentity +0950380269 + + +ActivIdentity + + + + +1HBJThmzYDCU7YCrML6OZKMsRQriSvZpoqeMfBui9dI= +SlinEB9YUzcR04MUZDF5dBLtK1c= + + +AAAAADHwRgM= + + + + 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) -- cgit v1.2.3