From c8dff7385b2b7824f846a3d48956215500925e3d Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Wed, 12 Sep 2012 10:08:30 +0300 Subject: [PATCH] tests/quvi.c: Update boundary check --- tests/quvi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/quvi.c b/tests/quvi.c index cacff28..56cc46f 100644 --- a/tests/quvi.c +++ b/tests/quvi.c @@ -63,7 +63,7 @@ static void test_quvi() /* quvi_set */ - quvi_set(q, QUVI_OPTION_MEDIA_SCRIPT_PROTOCOL_CATEGORY-1, 0); + quvi_set(q, QUVI_OPTION_CALLBACK_STATUS-1, 0); g_assert_cmpint(qerr(q), ==, QUVI_ERROR_INVALID_ARG); quvi_set(q, QUVI_OPTION_AUTOPROXY+1, 0); -- 2.11.4.GIT