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/tests/getalltest.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/tests/getalltest.cpp')
-rw-r--r-- | kio/tests/getalltest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/getalltest.cpp b/kio/tests/getalltest.cpp index 58c8d5a3f..c0c008857 100644 --- a/kio/tests/getalltest.cpp +++ b/kio/tests/getalltest.cpp @@ -7,7 +7,7 @@ int main(int argc, char *argv[]) { - KApplication k(argc,argv,"getalltest",false/*noGUI*/); // KMessageBox needs KApp for makeStdCaption + KApplication k(argc,argv,"getalltest",false/*nostyle*/,false/*noGUI*/); // KMessageBox needs KApp for makeStdCaption //for (int i = 0 ; i < 2 ; ++i ) { // test twice to see if they got deleted kdDebug() << "All services" << endl; |