author | Maciej Seroka <maciejs@symbian.org> |
Fri, 15 Oct 2010 11:54:08 +0100 | |
branch | Symbian3 |
changeset 74 | 08fe4219b8dd |
parent 73 | 4330a40a44f0 |
--- 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;