aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/tst_blackbox.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-03-21 10:15:28 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2013-03-21 14:07:35 +0100
commit4d0e80bb4d6b1e50199683e9807027ea2558d094 (patch)
tree310d77a1c26d271829da4d594c8ee368ea1ddb33 /tests/auto/blackbox/tst_blackbox.h
parentf5c852858906f310f24ebef478be3f3b99d7827d (diff)
speed up tst_blackbox
Do not copy the whole test data directory for every single test case. It's enough to remove the build directories in the cases where a test data subdir is used more than once. Change-Id: I2c56b5be05cbc09fd33eda759ad77c8480d4d0e3 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'tests/auto/blackbox/tst_blackbox.h')
-rw-r--r--tests/auto/blackbox/tst_blackbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/blackbox/tst_blackbox.h b/tests/auto/blackbox/tst_blackbox.h
index 5cdf32f31..20c3c4a54 100644
--- a/tests/auto/blackbox/tst_blackbox.h
+++ b/tests/auto/blackbox/tst_blackbox.h
@@ -59,8 +59,6 @@ protected:
public slots:
void initTestCase();
- void init();
- void cleanup();
private slots:
void build_project_data();