diff -r 4330a40a44f0 -r 08fe4219b8dd http/src/testhttpeboclientstep.cpp --- a/http/src/testhttpeboclientstep.cpp Thu Oct 14 15:15:37 2010 +0100 +++ b/http/src/testhttpeboclientstep.cpp Fri Oct 15 11:54:08 2010 +0100 @@ -170,6 +170,8 @@ // go to the first record User::LeaveIfError(commDBView->GotoFirstRecord()); + // go to the next record + User::LeaveIfError(commDBView->GotoNextRecord()); // Declare a prefTableView Object. CCommsDbConnectionPrefTableView::TCommDbIapConnectionPref pref;