- fixme note
authorJan Kupec <jkupec@suse.cz>
Fri, 23 May 2008 13:13:08 +0000 (13:13 +0000)
committerJan Kupec <jkupec@suse.cz>
Fri, 23 May 2008 13:13:08 +0000 (13:13 +0000)
tests/zypp/PoolQuery_test.cc

index 6948438..4fcb183 100644 (file)
@@ -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)
 {