# HG changeset patch # User Maciej Seroka # Date 1287140048 -3600 # Node ID 08fe4219b8dd2bc6637d3778e689fc69cc228547 # Parent 4330a40a44f02c4742968e53acbbbbbef70b97ac Fixed http smoke test (to use Winsock) 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;