added diagnostics

This commit is contained in:
Jeff Hill
2002-12-11 00:01:31 +00:00
parent 55d3b8a9f0
commit f4b01c2d59
+2
View File
@@ -2417,11 +2417,13 @@ int acctst ( char *pName, unsigned interestLevel, unsigned channelCount,
unequalServerBufferSizeTest ( pName, interestLevel );
showProgressBegin ( "connecting to test channel", interestLevel );
status = ca_search ( pName, & chan );
SEVCHK ( status, NULL );
assert ( strcmp ( pName, ca_name ( chan ) ) == 0 );
status = ca_pend_io ( 100.0 );
SEVCHK ( status, NULL );
showProgressEnd ( interestLevel );
printf ( "native type was %s, native count was %lu\n",
dbf_type_to_text ( ca_field_type ( chan ) ),