aboutsummaryrefslogtreecommitdiff
path: root/engines/player/test
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-01-15 14:17:15 -0800
committerPacketVideo CM <engbuild@pv.com>2010-01-15 14:17:15 -0800
commitf34c6f390db0a9343f0dec55ec851022ee87be2c (patch)
tree8f0653183a11fa9276293d49658adf0c56fbe266 /engines/player/test
parent7f88656257a70b814e276663d42d07214a46cb19 (diff)
downloadopencore-f34c6f390db0a9343f0dec55ec851022ee87be2c.tar.gz
RIO-8355: Compiler warnings in AOSP (eclair) [player engine test]
Diffstat (limited to 'engines/player/test')
-rw-r--r--engines/player/test/src/test_pv_player_engine_testset_playlist.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp b/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
index cde365f3c..435e9ecae 100644
--- a/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
+++ b/engines/player/test/src/test_pv_player_engine_testset_playlist.cpp
@@ -1,5 +1,5 @@
/* ------------------------------------------------------------------
- * Copyright (C) 1998-2009 PacketVideo
+ * Copyright (C) 1998-2010 PacketVideo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -3343,13 +3343,6 @@ void pvplayer_async_test_validate_gapless::Run()
}
break;
- case STATE_REMOVEDATASINK_TEXT:
- {
- OSCL_TRY(error, iCurrentCmdId = iPlayer->RemoveDataSink(*iDataSinkText, (OsclAny*) & iContextObject));
- OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
- }
- break;
-
case STATE_RESET:
{
OSCL_TRY(error, iCurrentCmdId = iPlayer->Reset((OsclAny*) & iContextObject));