diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-05-05 00:35:10 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-05-05 00:35:10 +0100 |
commit | d374779c473a65fca4740d83942bae24c10f683d (patch) | |
tree | 76805079a17b1570a87c996665b9748c3c9fd1f8 /core/fixtures | |
parent | 44b6770b6a562bb8a7d453ddfd1b0b547013a958 (diff) | |
download | troggle-d374779c473a65fca4740d83942bae24c10f683d.tar.gz troggle-d374779c473a65fca4740d83942bae24c10f683d.tar.bz2 troggle-d374779c473a65fca4740d83942bae24c10f683d.zip |
dwg upload and django admin extra search
Diffstat (limited to 'core/fixtures')
-rw-r--r-- | core/fixtures/test_upload_file.txt | 5 | ||||
-rw-r--r-- | core/fixtures/test_upload_nosuffix | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/core/fixtures/test_upload_file.txt b/core/fixtures/test_upload_file.txt new file mode 100644 index 0000000..9d955a5 --- /dev/null +++ b/core/fixtures/test_upload_file.txt @@ -0,0 +1,5 @@ +This file is uploaded by the integration test suite as part of the tests.
+
+It, and any other with similar names, e.g test_upload_GPev9qN.txt can be safely deleted,
+EXCEPT for the original copy which lives in troggle/core/fixtures/
+
diff --git a/core/fixtures/test_upload_nosuffix b/core/fixtures/test_upload_nosuffix new file mode 100644 index 0000000..53b75be --- /dev/null +++ b/core/fixtures/test_upload_nosuffix @@ -0,0 +1,7 @@ +This file is uploaded by the integration test suite as part of the tests.
+
+This has no suffix so it is pretending to be a Therion config file.
+
+It, and any other with similar names, e.g test_upload_GPev9qN.txt can be safely deleted,
+EXCEPT for the original copy which lives in troggle/core/fixtures/
+
|