summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 07:29:51 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 07:29:51 +0000
commit080fb5afb32fe2dc59e98c49600e370a73428de9 (patch)
treebdd2156197eae4e1b21a5b1b60ac4d375bf3d38a /datatest.cpp
parent71b5051ebc9d2558818e272ae92e20abb48fc88c (diff)
downloadcryptopp-080fb5afb32fe2dc59e98c49600e370a73428de9.tar.gz
add HMAC/SHA2 test vectors
fix cosmetic issues with test suite git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@517 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 121e0c5..9396816 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -745,7 +745,7 @@ bool RunTestDataFile(const char *filename, const NameValuePairs &overrideParamet
{
unsigned int totalTests = 0, failedTests = 0;
TestDataFile(filename, overrideParameters, totalTests, failedTests);
- cout << "\nTests complete. Total tests = " << totalTests << ". Failed tests = " << failedTests << ".\n";
+ cout << dec << "\nTests complete. Total tests = " << totalTests << ". Failed tests = " << failedTests << ".\n";
if (failedTests != 0)
cout << "SOME TESTS FAILED!\n";
return failedTests == 0;