From 561e050d1b7533d3a181ed907823c4641ab0adb2 Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 23 Sep 2005 15:26:39 +0000 Subject: [PATCH] fix for issue #1471 --- .../products/scheduler/src/DisplayPlaylistsMethodTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.cxx b/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.cxx index d37d054bb..5c3ac213f 100644 --- a/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.cxx +++ b/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.cxx @@ -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::Ref playlist;