| Summary: | kateindenttest_testCppstyle and kateindenttest_testCstyle fail since > 5.79.0 | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Heiko Becker <heiko.becker> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/commit/9508a46bb2281dfc037d1b0c9531e15e0db85e86 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Heiko Becker
2021-03-08 21:43:05 UTC
Yeah, the tests fail. But I to overwrite this now in the matching .kateconfig file, seems not to help :/ Ok, I am just to dumb to write my own mode lines :=) Git commit 9508a46bb2281dfc037d1b0c9531e15e0db85e86 by Christoph Cullmann. Committed on 08/03/2021 at 21:59. Pushed by cullmann into branch 'master'. fix unit tests => don't remove trailing spaces M +1 -1 autotests/input/indent/R/.kateconfig M +1 -1 autotests/input/indent/cmake/.kateconfig M +1 -1 autotests/input/indent/cppstyle/.kateconfig M +1 -1 autotests/input/indent/cstyle/.kateconfig M +1 -1 autotests/input/indent/haskell/.kateconfig M +1 -1 autotests/input/indent/python/.kateconfig M +1 -1 autotests/input/indent/replicode/.kateconfig https://invent.kde.org/frameworks/ktexteditor/commit/9508a46bb2281dfc037d1b0c9531e15e0db85e86 Confirmed fixed. That was quick, thanks! Thanks for the report. I tend to ignore some faults, as in Qt 5.14 still often the JS engine is at fault, but yeah, the 5.15 tests should have never failed, my bad :(( |