mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #203: Fix wrong conflict resolution
This commit is contained in:
parent
479129cb74
commit
fea2b21e4b
@ -315,10 +315,10 @@ public:
|
||||
}
|
||||
|
||||
// Discover the enabled hosts
|
||||
rc = hp->discover(&dh,5);
|
||||
rc = hp->discover(&dh,100);
|
||||
|
||||
CPPUNIT_ASSERT(rc == 0);
|
||||
CPPUNIT_ASSERT(dh.size() == 5);
|
||||
CPPUNIT_ASSERT(dh.size() == 8);
|
||||
|
||||
for(i=0,it=dh.begin(),oss.str("");it!=dh.end();it++,i++,oss.str(""))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user