19 #include <boost/test/unit_test.hpp>
26 BOOST_AUTO_TEST_SUITE(common)
39 BOOST_CHECK_EQUAL(version.
mMajor, 1);
40 BOOST_CHECK_EQUAL(version.
mMinor, 2);
64 BOOST_AUTO_TEST_SUITE_END()
Header for the DottedVersion class.
BOOST_AUTO_TEST_CASE(AnnotatedUnitTest)
Unit test for the Annotated class.
const torc::common::DottedVersion cTorcVersion(1, 0, 1)
The current Torc version as a DottedVersion object.
Header for the Torc version data.
Encapsulation of dotted decimal DottedVersion numbers.