summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/crypto_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/crypto_test.cc b/test/crypto_test.cc
index d96deafa4..e1069b42f 100644
--- a/test/crypto_test.cc
+++ b/test/crypto_test.cc
@@ -38,6 +38,7 @@ BOOST_AUTO_TEST_CASE (crypto_test)
BOOST_REQUIRE_EQUAL (dcpomatic::decrypt (ciphertext, key, iv), "Can you see any fish?");
key.data()[5]++;
+ key.data()[6]++;
BOOST_REQUIRE_THROW (dcpomatic::decrypt (ciphertext, key, iv), CryptoError);
}