KNS3::UploadDialog() does not support loading knsrc files from a custom location How to reproduce: 1. compile knewstuff 2. run <build-dir>/bin/khotnewstuff_upload <knew-stuff-source-dir>/tests/khotnewstuff_upload.knsrc What happens: The test case prints "No knsrc file named '<knew-stuff-source-dir>/tests/khotnewstuff_upload.knsrc' was found." What is expected: The test case should read the specified file Additional informations: KNS3::DownloadDialog() does not have this problem. It could load a knsrc file from any location.
For the related review request see https://phabricator.kde.org/D15481
Git commit b6a52eef1ab66984795cc4089c78195b7513443f by Ralf Habacker. Committed on 13/09/2018 at 15:31. Pushed by habacker into branch 'master'. Fix 'Impossible to use knsrc file for uploads from non standard location' Test Plan: build and did run test case on linux Reviewed By: whiting Differential Revision: https://phabricator.kde.org/D15481 FIXED-IN:5.51 M +13 -9 src/uploaddialog.cpp https://commits.kde.org/knewstuff/b6a52eef1ab66984795cc4089c78195b7513443f
*** Bug 386678 has been marked as a duplicate of this bug. ***