1
0
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:
Ruben S. Montero 2010-07-09 09:26:06 +02:00
parent 479129cb74
commit fea2b21e4b

View File

@ -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(""))
{