From 1d75dbfc0cb498473849f4950c7202d7f04fa816 Mon Sep 17 00:00:00 2001
From: g0dil <g0dil@wiback.org>
Date: Fri, 13 Oct 2006 14:12:28 +0000
Subject: [PATCH] Disable unreliable test

---
 Utils/TypeInfo.test.cc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Utils/TypeInfo.test.cc b/Utils/TypeInfo.test.cc
index 74218af3..699fd126 100644
--- a/Utils/TypeInfo.test.cc
+++ b/Utils/TypeInfo.test.cc
@@ -51,10 +51,11 @@ BOOST_AUTO_UNIT_TEST(prettyName)
 {
     typedef test::Foo< test::Foo<test::Blub, 1>, 10> TestType;
     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(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////////////////////////////////////////
-- 
GitLab