aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-31 12:08:11 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-10-31 12:08:11 -0500
commit20884bfabe140802182e9af01e9446705b0298bc (patch)
tree441f8fc0b32339964ca52f26597fcff36a50a611 /tests/test_utils.py
parent234f3ab0f32a3dca66fa63a3407bedce8084425f (diff)
downloadcryptography-20884bfabe140802182e9af01e9446705b0298bc.tar.gz
cryptography-20884bfabe140802182e9af01e9446705b0298bc.tar.bz2
cryptography-20884bfabe140802182e9af01e9446705b0298bc.zip
update tests for new test vector locations
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 93bae018..0692c8d1 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -134,7 +134,7 @@ def test_load_nist_vectors_decrypt():
def test_load_nist_vectors_from_file_encrypt():
assert load_nist_vectors_from_file(
- os.path.join("ciphers", "AES", "KAT", "CBCGFSbox128.rsp"),
+ os.path.join("ciphers", "AES", "CBC", "CBCGFSbox128.rsp"),
"ENCRYPT"
) == [
{
@@ -184,7 +184,7 @@ def test_load_nist_vectors_from_file_encrypt():
def test_load_nist_vectors_from_file_decrypt():
assert load_nist_vectors_from_file(
- os.path.join("ciphers", "AES", "KAT", "CBCGFSbox128.rsp"),
+ os.path.join("ciphers", "AES", "CBC", "CBCGFSbox128.rsp"),
"DECRYPT",
) == [
{