pv API tests pass

This commit is contained in:
Matej Sekoranja
2014-06-01 23:54:40 +02:00
parent 1df336c6e2
commit 1442c6cd41
5 changed files with 48 additions and 11 deletions

View File

@@ -1823,7 +1823,7 @@ void ChannelAccessIFTest::test_channelArray() {
// first get to get pvArray
bool succStatus = arrayReq->syncGet(false, 0, 0, getTimeoutSec());
if (!succStatus) {
testFail("%s: an array syncGet failed (3) ", CURRENT_FUNCTION);
testFail("%s: an array syncGet failed (0) ", CURRENT_FUNCTION);
return;
}