projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2dfc9d
)
add more debug
author
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Thu, 9 Oct 2008 08:40:00 +0000
(08:40 +0000)
committer
Duncan Mac-Vicar P
<dmacvicar@suse.de>
Thu, 9 Oct 2008 08:40:00 +0000
(08:40 +0000)
tests/zypp/Resolvable_test.cc
patch
|
blob
|
history
diff --git
a/tests/zypp/Resolvable_test.cc
b/tests/zypp/Resolvable_test.cc
index a7dae3b690af096f89508dc1eb2e619e5aecb190..e394d7f4f799005704d99c612663aa5d8de437fc 100644
(file)
--- a/
tests/zypp/Resolvable_test.cc
+++ b/
tests/zypp/Resolvable_test.cc
@@
-30,7
+30,8
@@
BOOST_AUTO_TEST_CASE(resolvable_test)
{
if ( isKind<Pattern>(pitem->resolvable()) )
{
- BOOST_CHECK( asKind<Pattern>(pitem->resolvable())->contents().size() > 0 );
+ BOOST_CHECK( ! asKind<Pattern>(pitem->resolvable())->contents().empty() > 0 );
+ MIL << asKind<Pattern>(pitem->resolvable()) << endl;
pattern_count++;
}
}