Commit 9ef635d5 authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

added some tests

parent b7650cdd
......@@ -419,5 +419,7 @@ TEST_CASE("UniSetTypes: hash32", "[utypes][hash32]" )
REQUIRE( uniset::hash32("test") == uint32_t(168770635) );
REQUIRE( uniset::hash32("test2") == uint32_t(4018550908) );
REQUIRE( uniset::hash32("2tset") == uint32_t(1660083104) );
REQUIRE( uniset::hash32("ttt1") != uniset::hash32("1ttt") );
REQUIRE( uniset::hash32("ta") != uniset::hash32("at") );
}
// -----------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment