re-enabled simple play test

This commit is contained in:
maroy 2004-11-02 13:00:59 +00:00
parent 81ab3d0b05
commit 07f62dce05
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
Author : $Author: maroy $ 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 $ 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. * Unit test for the HelixPlayer class.
* *
* @author $Author: maroy $ * @author $Author: maroy $
* @version $Revision: 1.2 $ * @version $Revision: 1.3 $
* @see HelixPlayer * @see HelixPlayer
*/ */
class HelixPlayerTest : public CPPUNIT_NS::TestFixture class HelixPlayerTest : public CPPUNIT_NS::TestFixture
{ {
CPPUNIT_TEST_SUITE(HelixPlayerTest); CPPUNIT_TEST_SUITE(HelixPlayerTest);
CPPUNIT_TEST(firstTest); CPPUNIT_TEST(firstTest);
// CPPUNIT_TEST(simplePlayTest); CPPUNIT_TEST(simplePlayTest);
CPPUNIT_TEST(checkErrorConditions); CPPUNIT_TEST(checkErrorConditions);
CPPUNIT_TEST(smilTest); CPPUNIT_TEST(smilTest);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();