summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/installer.pro
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2013-06-26 11:17:23 +0200
committerTim Jenssen <tim.jenssen@digia.com>2013-06-26 11:30:55 +0200
commit61ffbff8ab9fcdf8bbc73ee00fb9db7f40e0182b (patch)
treebd63aa997403a3f6a0aea352de29d1a71515fbcd /tests/auto/installer/installer.pro
parentd0aee24ef00e16d4ad6308f314c1bed56800aa9c (diff)
improve copy operation
- now the destination can be a directory and it will internally be completed to filepath destination - added a unit test Task-number: QTIFW-274 Change-Id: I7741497d571cde5d5d4b374784d785358e9bb233 Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'tests/auto/installer/installer.pro')
-rw-r--r--tests/auto/installer/installer.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/installer/installer.pro b/tests/auto/installer/installer.pro
index fea58129d..f96e5f420 100644
--- a/tests/auto/installer/installer.pro
+++ b/tests/auto/installer/installer.pro
@@ -10,4 +10,5 @@ SUBDIRS += \
lib7zfacade \
scriptengine \
consumeoutputoperationtest \
- mkdiroperationtest
+ mkdiroperationtest \
+ copyoperationtest \ No newline at end of file