http/src/testhttpeboclientstep.cpp
branchSymbian3
changeset 74 08fe4219b8dd
parent 6 c108117318cb
--- 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;