Skip to content

Commit

Permalink
Update version test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed May 29, 2021
1 parent e78dece commit 36531d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/omnicore/test/version_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@ BOOST_AUTO_TEST_CASE(version_comparison)

BOOST_AUTO_TEST_CASE(version_string)
{
BOOST_CHECK_EQUAL(OmniCoreVersion(), "0.9.1");
BOOST_CHECK_EQUAL(OmniCoreVersion(), "0.9.2");
}

BOOST_AUTO_TEST_CASE(version_number)
{
BOOST_CHECK_EQUAL(OMNICORE_VERSION, 90001000);
BOOST_CHECK_EQUAL(OMNICORE_VERSION, 90002000);
}

BOOST_AUTO_TEST_CASE(config_package_version)
{
// the package version is used in the file names:
BOOST_CHECK_EQUAL(PACKAGE_VERSION, "0.9.1");
BOOST_CHECK_EQUAL(PACKAGE_VERSION, "0.9.2");
}


Expand Down

0 comments on commit 36531d0

Please sign in to comment.