diff options
author | tripun <tripun@gmail.com> | 2014-08-18 01:57:19 +0530 |
---|---|---|
committer | tripun <tripun@gmail.com> | 2014-08-18 02:45:56 +0530 |
commit | f1c3f36e3bf45c9e74359bd64ff91f1aa4a5f525 (patch) | |
tree | 0c3ed0833d3b125edeef3d7b64074903522761cd /test/unit | |
parent | 43511a58c11f0643eebd9cafa6fb4e9ba298a438 (diff) | |
download | fork-ledger-f1c3f36e3bf45c9e74359bd64ff91f1aa4a5f525.tar.gz fork-ledger-f1c3f36e3bf45c9e74359bd64ff91f1aa4a5f525.tar.bz2 fork-ledger-f1c3f36e3bf45c9e74359bd64ff91f1aa4a5f525.zip |
minor additions
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/t_value.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/t_value.cc b/test/unit/t_value.cc index c9b93272..eae71ea9 100644 --- a/test/unit/t_value.cc +++ b/test/unit/t_value.cc @@ -511,6 +511,7 @@ BOOST_AUTO_TEST_CASE(testType) value_t v14("comment", true); value_t v15(string("tag"), true); + BOOST_CHECK(v1.is_null()); BOOST_CHECK(v2.is_boolean()); BOOST_CHECK(v3.is_datetime()); BOOST_CHECK(v4.is_date()); |