aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/dates.vec
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2015-11-11 05:43:01 -0500
committerJack Lloyd <[email protected]>2015-11-11 05:43:01 -0500
commitcf05aea092fad448c2f4a8e8b66159237096ba8e (patch)
tree00631bcc84809a1eeac5dd32dd92c62143ef831b /src/tests/data/dates.vec
parent6bb38ae2fa0e1be46b3a3256ac03f435b16a57ea (diff)
Update and consolidate the test framework.
The tests previously had used 4 to 6 different schemes internally (the vec file reader framework, Catch, the old InSiTo Boost.Test tests, the PK/BigInt tests which escaped the rewrite in 1.11.7, plus a number of one-offs). Converge on a design that works everywhere, and update all the things. Fix also a few bugs found by the test changes: SHA-512-256 name incorrect, OpenSSL RC4 name incorrect, signature of FFI function botan_pubkey_destroy was wrong.
Diffstat (limited to 'src/tests/data/dates.vec')
-rw-r--r--src/tests/data/dates.vec18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/tests/data/dates.vec b/src/tests/data/dates.vec
new file mode 100644
index 000000000..46db7f71a
--- /dev/null
+++ b/src/tests/data/dates.vec
@@ -0,0 +1,18 @@
+
+[valid]
+Date = 1970,01,01,0,0,0
+Date = 1998,04,23,14,37,28
+Date = 2037,12,31,23,59,59
+
+[valid.not_std]
+# these dates are valid but not representable as a std::system_clock::time_point
+Date = 1800,01,01,0,0,0
+Date = 1969,12,31,23,59,58
+Date = 1969,12,31,23,59,59
+Date = 2038,01,01,0,0,0
+Date = 2083,05,20,8,30,9
+
+[invalid]
+#Date = 2037,12,32,24,59,59
+#Date = 1998,10,31,22,61,0
+#Date = 1998,10,31,22,60,60