]> git.evergreen-ils.org Git - working/OpenSRF.git/commit
LP#1224647: remove two invalid tests
authorGalen Charlton <gmc@esilibrary.com>
Thu, 12 Sep 2013 19:37:57 +0000 (12:37 -0700)
committerBill Erickson <berick@esilibrary.com>
Fri, 13 Sep 2013 15:12:11 +0000 (11:12 -0400)
commit9028b0238106923a64534b88eb6382bf59783ea5
tree425811105ebc7b396a9cb5fa7eda06fa01f86b38
parente203c6edd4e02437a56d98f24a7b8c52b142faee
LP#1224647: remove two invalid tests

The patch for bug 1204123 changes the client_recv()
to not set the transport_client error flag, as most
of the circumstances where it would have been set were
for cases where the call to select() was interrupted
by a signal, which is not an error per se.

This patch removes two tests that were therefore
made invalid, restoring the ability of the test suite
to pass.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
tests/check_transport_client.c