From 5ed7562f3ba25f6b9ee3baa8aa3fda7c785bce5d Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 13 Jan 2015 23:25:18 -0500 Subject: tests/crypto_test.py: uses new test file. --- tests/crypto_test.py | 2 +- tests/files/thgttg-21st.png | Bin 0 -> 1353044 bytes 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/files/thgttg-21st.png (limited to 'tests') diff --git a/tests/crypto_test.py b/tests/crypto_test.py index 543f4b0..0e446b2 100644 --- a/tests/crypto_test.py +++ b/tests/crypto_test.py @@ -37,7 +37,7 @@ except yaml.YAMLError, exc: raise AssertionError("Error in configuration file:", exc) FILES_DIR = config['combox_dir'] -TEST_FILE = path.join(FILES_DIR,'the-red-star.jpg') +TEST_FILE = path.join(FILES_DIR,'thgttg-21st.png') def test_encryption(): diff --git a/tests/files/thgttg-21st.png b/tests/files/thgttg-21st.png new file mode 100644 index 0000000..955400d Binary files /dev/null and b/tests/files/thgttg-21st.png differ -- cgit v1.2.3