fixup! Add testcase for SOUND_STREAM_TYPE_VOICE_INFORMATION
[platform/core/api/wav-player.git] / test / wav_player_test.c
index 668ffda..c8f9471 100644 (file)
@@ -63,7 +63,7 @@ void wav_play_test(const char* file_path, int iterate, int stream_type)
        sound_stream_info_h stream_info;
        sound_stream_type_e type;
 
-       if (iterate <= 0 || file_path == NULL || (stream_type > 3 || stream_type < 0)) {
+       if (iterate <= 0 || file_path == NULL || (stream_type > 4 || stream_type < 0)) {
                printf("invalid param, iterate(%d), file_path(%s), stream_type(%d)\n", iterate, file_path, stream_type);
                return;
        }