Skip to content

Commit

Permalink
Rename test data file to match the test name
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Apr 8, 2018
1 parent 0ca00cd commit c792f9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/tests/test_tls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c792f9f

Please sign in to comment.