summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-18 14:03:51 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-18 14:03:51 -0400
commit89b20861b2343ec39d9646e23381b2bd490b0548 (patch)
treef2133f5fa61d380869cf669650e7e1660ba0402a /datatest.cpp
parent949b7632f11b4edaddfd05edb5042fbc0580348c (diff)
downloadcryptopp-git-89b20861b2343ec39d9646e23381b2bd490b0548.tar.gz
Use cryptest.dat data file for FileSource tests
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/datatest.cpp b/datatest.cpp
index a65828d9..50659291 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -738,7 +738,7 @@ void TestSymmetricCipherWithFileSource(TestData &v, const NameValuePairs &overri
//RandomizedTransfer(pstore, encFilter, true);
//encFilter.MessageEnd();
- std::string testFilename = "test.dat";
+ std::string testFilename = "cryptest.dat";
StringSource(plaintext, true, new FileSink(testFilename.c_str()));
FileSource pstore(testFilename.c_str(), true);