From 4d0e80bb4d6b1e50199683e9807027ea2558d094 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 21 Mar 2013 10:15:28 +0100 Subject: 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 --- tests/auto/blackbox/tst_blackbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/blackbox/tst_blackbox.h') 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(); -- cgit v1.2.3