From 861c6e82d04587eade9d94321424b3380d5af1a1 Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Fri, 23 May 2008 13:13:08 +0000 Subject: [PATCH] - fixme note --- tests/zypp/PoolQuery_test.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/zypp/PoolQuery_test.cc b/tests/zypp/PoolQuery_test.cc index 6948438..4fcb183 100644 --- a/tests/zypp/PoolQuery_test.cc +++ b/tests/zypp/PoolQuery_test.cc @@ -560,6 +560,19 @@ BOOST_AUTO_TEST_CASE(pool_query_X) BOOST_CHECK(std::for_each(q.begin(), q.end(), PrintAndCount())._count == 2); } +//! \todo FIXME this segfaults currently - one addString() + (version or kind or installed status condition) +/* +BOOST_AUTO_TEST_CASE(pool_query_FIXME) +{ + cout << "****FIXME****" << endl; + PoolQuery q; + q.addString("zypper"); + q.setEdition(Edition("0.10.3-4"), Rel::GE); + + BOOST_CHECK(std::for_each(q.begin(), q.end(), PrintAndCount())._count == 2); +} +*/ + /* BOOST_AUTO_TEST_CASE(pool_query_X) { -- 2.7.4