removed status check from ca_pend_event

This commit is contained in:
Jeff Hill
2004-03-22 18:33:09 +00:00
parent 41f7f4ef81
commit c49db18285

View File

@@ -2124,8 +2124,7 @@ void monitorAddConnectionCallbackTest ( const char *pName, unsigned interestLeve
status = ca_get_callback ( DBR_DOUBLE, chan, nUpdatesTester, &getCallbackCount );
SEVCHK ( status, "monitorAddConnectionCallback get callback" );
while ( getCallbackCount == 0 ) {
status = ca_pend_event ( 0.1 );
SEVCHK ( status, "monitorAddConnectionCallbackTest pend event" );
ca_pend_event ( 0.1 );
}
assert ( eventCount == 1u );
assert ( getCallbackCount == 1u );