libtests: stop checking for CURLM_CALL_MULTI_PERFORM
authorDaniel Stenberg <daniel@haxx.se>
Sun, 26 Jun 2011 21:12:08 +0000 (23:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Jun 2011 14:01:41 +0000 (16:01 +0200)
commitfb48e2050b558c908c7740d1c4f20fd17fdf7fe6
tree9425a7c6a674d87bc58792f1a25169260968a0d6
parent78480892cdbbc67f419d0acfdf1865043bc31f62
libtests: stop checking for CURLM_CALL_MULTI_PERFORM

CURLM_CALL_MULTI_PERFORM stopped being a valid return code from
curl_multi_perform back in 7.20.0. All the libcurl tests are ajusted to
this and no longer check for this return code. Makes them simpler.
13 files changed:
tests/libtest/lib503.c
tests/libtest/lib504.c
tests/libtest/lib507.c
tests/libtest/lib525.c
tests/libtest/lib526.c
tests/libtest/lib530.c
tests/libtest/lib533.c
tests/libtest/lib536.c
tests/libtest/lib540.c
tests/libtest/lib560.c
tests/libtest/lib564.c
tests/libtest/lib575.c
tests/libtest/lib582.c