From 07f62dce05abd0742c4ea296027adf8234badd43 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 2 Nov 2004 13:00:59 +0000 Subject: [PATCH] re-enabled simple play test --- livesupport/modules/playlistExecutor/src/HelixPlayerTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livesupport/modules/playlistExecutor/src/HelixPlayerTest.h b/livesupport/modules/playlistExecutor/src/HelixPlayerTest.h index a4e36e14f..8dedbd4be 100644 --- a/livesupport/modules/playlistExecutor/src/HelixPlayerTest.h +++ b/livesupport/modules/playlistExecutor/src/HelixPlayerTest.h @@ -22,7 +22,7 @@ Author : $Author: maroy $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/playlistExecutor/src/Attic/HelixPlayerTest.h,v $ ------------------------------------------------------------------------------*/ @@ -58,14 +58,14 @@ namespace PlaylistExecutor { * Unit test for the HelixPlayer class. * * @author $Author: maroy $ - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @see HelixPlayer */ class HelixPlayerTest : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE(HelixPlayerTest); CPPUNIT_TEST(firstTest); -// CPPUNIT_TEST(simplePlayTest); + CPPUNIT_TEST(simplePlayTest); CPPUNIT_TEST(checkErrorConditions); CPPUNIT_TEST(smilTest); CPPUNIT_TEST_SUITE_END();