fix for issue #1471

This commit is contained in:
maroy 2005-09-23 15:26:39 +00:00
parent 584aa03bdd
commit 561e050d1b

View file

@ -139,7 +139,7 @@ DisplayPlaylistsMethodTest :: firstTest(void)
<< " - " << e.getMessage();
CPPUNIT_FAIL(eMsg.str());
}
CPPUNIT_ASSERT(result.size() == 2);
CPPUNIT_ASSERT(result.size() == 3);
XmlRpc::XmlRpcValue result0;
Ptr<Playlist>::Ref playlist;