From f028c0dcc865933703a3db31f526bfe7b53d7f1b Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 13 Jun 2013 16:30:32 +0200 Subject: Fix missing removal of directories for MkDirOperation * use removeDirectory instead of rmdir * rmdir is not able to delete subdirectories * pass force parameter to removeDirectory * adds unit test Change-Id: I1f52aefdb5d13793321fe6001809362d34ad8941 Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen --- tests/auto/installer/installer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/auto/installer/installer.pro') diff --git a/tests/auto/installer/installer.pro b/tests/auto/installer/installer.pro index 911e1ad75..e903b806a 100644 --- a/tests/auto/installer/installer.pro +++ b/tests/auto/installer/installer.pro @@ -3,4 +3,5 @@ TEMPLATE = subdirs SUBDIRS += \ settings \ repository \ - fakestopprocessforupdateoperation + fakestopprocessforupdateoperation \ + mkdiroperationtest -- cgit v1.2.3