Removed temp code and modified tests
[situare] / tests / stubs / imagefetcherstub.h
index fdef03a..948c463 100644 (file)
@@ -18,6 +18,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
    USA.
 */
+
 #ifndef IMAGEFETCHERSTUB_H
 #define IMAGEFETCHERSTUB_H
 
@@ -44,7 +45,7 @@ void ImageFetcherStub::fetchImage(const QString &id, const QUrl &url)
     QList<ParameterBase *> params;
     params.append(new Parameter<const QString &>(id));
     params.append(new Parameter<const QUrl &>(url));
-    stubMethodEntered("fetchImage");
+    stubMethodEntered("fetchImage", params);
 }
 
 void ImageFetcherStub::downloadFinished(QNetworkReply *reply)