aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_tls.cpp
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-08 19:35:03 -0400
committerJack Lloyd <[email protected]>2018-04-08 19:35:03 -0400
commitc792f9f514be46857dbef1edc765b616bc48c5de (patch)
tree8ca78413fc2a1d7d29ac316a5726edd86933f30f /src/tests/test_tls.cpp
parent0ca00cd6184a9c9e4d6a0dfc8a2488746ee22f23 (diff)
Rename test data file to match the test name
Diffstat (limited to 'src/tests/test_tls.cpp')
-rw-r--r--src/tests/test_tls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_tls.cpp b/src/tests/test_tls.cpp
index 728c13735..6b8fa2867 100644
--- a/src/tests/test_tls.cpp
+++ b/src/tests/test_tls.cpp
@@ -27,7 +27,7 @@ namespace Botan_Tests {
class TLS_CBC_Padding_Tests final : public Text_Based_Test
{
public:
- TLS_CBC_Padding_Tests() : Text_Based_Test("tls_cbc.vec", "Record,Output") {}
+ TLS_CBC_Padding_Tests() : Text_Based_Test("tls_cbc_padding.vec", "Record,Output") {}
Test::Result run_one_test(const std::string&, const VarMap& vars) override
{