Fixed http smoke test (to use Winsock) Symbian3 tip
authorMaciej Seroka <maciejs@symbian.org>
Fri, 15 Oct 2010 11:54:08 +0100
branchSymbian3
changeset 74 08fe4219b8dd
parent 73 4330a40a44f0
Fixed http smoke test (to use Winsock)
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;