diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-12-21 01:09:27 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-07-22 15:56:51 +0200 |
commit | 933dc8a3f8b14eff9c51c1a7ece8c29754ad378a (patch) | |
tree | 732dfb5731f4911242ca86cd43403b88ac0a07d1 /kio/kfile/tests/kopenwithtest.cpp | |
parent | a6435d8bbc997ce1438a537f3dae5f749c4d5e3b (diff) | |
download | tdelibs-933dc8a3f8b14eff9c51c1a7ece8c29754ad378a.tar.gz tdelibs-933dc8a3f8b14eff9c51c1a7ece8c29754ad378a.zip |
tdeio: add tests
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
(cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f)
Diffstat (limited to 'kio/kfile/tests/kopenwithtest.cpp')
-rw-r--r-- | kio/kfile/tests/kopenwithtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kfile/tests/kopenwithtest.cpp b/kio/kfile/tests/kopenwithtest.cpp index ea348a94c..b072d4b83 100644 --- a/kio/kfile/tests/kopenwithtest.cpp +++ b/kio/kfile/tests/kopenwithtest.cpp @@ -28,7 +28,7 @@ int main(int argc, char **argv) { - KApplication app(argc, argv, "kopenwithtest"); + KApplication app(argc, argv, "kopenwithtest", true); KURL::List list; list += KURL("file:///tmp/testfile.txt"); |