[kmymoney] [Bug 497361] New: Different install locations for kmymoney plugins
Ralf Habacker
bugzilla_noreply at kde.org
Thu Dec 12 12:16:08 GMT 2024
https://bugs.kde.org/show_bug.cgi?id=497361
Bug ID: 497361
Summary: Different install locations for kmymoney plugins
Classification: Applications
Product: kmymoney
Version: git (master)
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: buildsystem
Assignee: kmymoney-devel at kde.org
Reporter: ralf.habacker at freenet.de
Target Milestone: ---
KMyMoney plugins are normally installed into a subdirectory named
`<qt-5-plugin-root-dir>/kmymoney_plugins` except a few one, which needs special
attention to get associated tests working.
SUMMARY
STEPS TO REPRODUCE
1. build kmymoney from master branch on Linux
2. run the created unit tests with QT_PLUGIN_PATH=<kmymoney-build-dir>/lib
ctest --test-dir <kmymoney-build-dir> -t test
3. inspect the test results
OBSERVED RESULT
There are often test failures like:
The following tests FAILED:
63 - mymoneyxmlreader-test (Failed)
EXPECTED RESULT
This test should not fail
SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.5
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
ADDITIONAL INFORMATION
The main reason for this problem is that the requested plugin is created in a
different location than expected, which requires additional manual actions.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list