summaryrefslogtreecommitdiff
path: root/src/tests/webview_test.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-28 23:58:31 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-28 23:58:31 +0100
commitedea0f2fc34738de52a58f00c676e814f7a8c2fd (patch)
treed95082318d2e71d0a35847e92150b0d3762d094b /src/tests/webview_test.cpp
parentOk, we have 12 empty tests working... :) (diff)
downloadrekonq-edea0f2fc34738de52a58f00c676e814f7a8c2fd.tar.xz
First works on new Unit Tests..
Diffstat (limited to 'src/tests/webview_test.cpp')
-rw-r--r--src/tests/webview_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/webview_test.cpp b/src/tests/webview_test.cpp
index 92431d96..11d1a46c 100644
--- a/src/tests/webview_test.cpp
+++ b/src/tests/webview_test.cpp
@@ -29,6 +29,7 @@
#include "webview.h"
#include "webtab.h"
+
class WebViewTest : public QObject
{
Q_OBJECT
@@ -57,6 +58,7 @@ void WebViewTest::initTestCase()
void WebViewTest::cleanupTestCase()
{
+ delete tab;
}