diff options
author | Alexander Golubev <[email protected]> | 2016-12-21 01:09:27 +0300 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-01-29 02:48:50 +0100 |
commit | 86921d65c5c218a2c721d905a93885cf2fe9b7b7 (patch) | |
tree | 617bb19f28f8fbff084e9d58ada0e037edb861e1 /tdeio/tests/kdefaultprogresstest.cpp | |
parent | de48b4a218391da82d8bb725e5b8cb3038155065 (diff) | |
download | tdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.tar.gz tdelibs-86921d65c5c218a2c721d905a93885cf2fe9b7b7.zip |
tdeio: add tests
Signed-off-by: Alexander Golubev <[email protected]>
(cherry picked from commit ed74769bfaae171809c0bc1a10a8ba0f6ff8895f)
Diffstat (limited to 'tdeio/tests/kdefaultprogresstest.cpp')
-rw-r--r-- | tdeio/tests/kdefaultprogresstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tests/kdefaultprogresstest.cpp b/tdeio/tests/kdefaultprogresstest.cpp index 7f1bad6a4..b3f778772 100644 --- a/tdeio/tests/kdefaultprogresstest.cpp +++ b/tdeio/tests/kdefaultprogresstest.cpp @@ -7,7 +7,7 @@ using namespace TDEIO; int main(int argc, char **argv) { - TDEApplication app(argc, argv, "kdefaultprogresstest"); + TDEApplication app(argc, argv, "kdefaultprogresstest",true,true); DefaultProgress* dlg = new DefaultProgress(); KURL src("http://this.host.doesn't.exist/this/dir/neither/andthisfileneither"); |