aboutsummaryrefslogtreecommitdiff
path: root/testlogs/binary_keyset_reader_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testlogs/binary_keyset_reader_test.txt')
-rwxr-xr-xtestlogs/binary_keyset_reader_test.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/testlogs/binary_keyset_reader_test.txt b/testlogs/binary_keyset_reader_test.txt
new file mode 100755
index 0000000..977b7b1
--- /dev/null
+++ b/testlogs/binary_keyset_reader_test.txt
@@ -0,0 +1,20 @@
+exec ${PAGER:-/usr/bin/less} "$0" || exit 1
+-----------------------------------------------------------------------------
+[==========] Running 5 tests from 1 test case.
+[----------] Global test environment set-up.
+[----------] 5 tests from BinaryKeysetReaderTest
+[ RUN ] BinaryKeysetReaderTest.testReaderCreation
+[ OK ] BinaryKeysetReaderTest.testReaderCreation (0 ms)
+[ RUN ] BinaryKeysetReaderTest.testReadFromString
+[ OK ] BinaryKeysetReaderTest.testReadFromString (0 ms)
+[ RUN ] BinaryKeysetReaderTest.testReadFromStream
+[ OK ] BinaryKeysetReaderTest.testReadFromStream (0 ms)
+[ RUN ] BinaryKeysetReaderTest.testReadEncryptedFromString
+[ OK ] BinaryKeysetReaderTest.testReadEncryptedFromString (0 ms)
+[ RUN ] BinaryKeysetReaderTest.testReadEncryptedFromStream
+[ OK ] BinaryKeysetReaderTest.testReadEncryptedFromStream (0 ms)
+[----------] 5 tests from BinaryKeysetReaderTest (0 ms total)
+
+[----------] Global test environment tear-down
+[==========] 5 tests from 1 test case ran. (0 ms total)
+[ PASSED ] 5 tests.