summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--tests/crypto_test.py2
-rw-r--r--tests/files/thgttg-21st.pngbin0 -> 1353044 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 2ba7c4f..d913c11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,6 @@
build/
dist/
*egg-info/
-tests/files/
lib/
local/
bin/
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
--- /dev/null
+++ b/tests/files/thgttg-21st.png
Binary files differ