Skip to content
Snippets Groups Projects
Commit 1d75dbfc authored by g0dil's avatar g0dil
Browse files

Disable unreliable test

parent d5069a38
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,11 @@ BOOST_AUTO_UNIT_TEST(prettyName) ...@@ -51,10 +51,11 @@ BOOST_AUTO_UNIT_TEST(prettyName)
{ {
typedef test::Foo< test::Foo<test::Blub, 1>, 10> TestType; typedef test::Foo< test::Foo<test::Blub, 1>, 10> TestType;
TestType ob; TestType ob;
test::Base const & baseOb(ob); // test::Base const & baseOb(ob);
BOOST_CHECK_EQUAL( satcom::lib::prettyName(typeid(int)), "int"); BOOST_CHECK_EQUAL( satcom::lib::prettyName(typeid(int)), "int");
BOOST_CHECK_EQUAL( satcom::lib::prettyName(typeid(baseOb)), "test::Foo<test::Foo<test::Blub, 1>, 10>" ); // The exact representation is compiler version dependent ...
// BOOST_CHECK_EQUAL( satcom::lib::prettyName(typeid(baseOb)), "test::Foo<test::Foo<test::Blub, 1>, 10>" );
} }
///////////////////////////////cc.e//////////////////////////////////////// ///////////////////////////////cc.e////////////////////////////////////////
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment