<table><tr><td style="">pbraun created this revision.<br />pbraun added a reviewer: Konsole.<br />pbraun added a project: Konsole.<br />Herald added a subscriber: konsole-devel.<br />pbraun requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15923">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When running the konsole unit tests on a system where the language setting is not english the test`ProfileTest::testFallbackProfile` fails because it compares the translated value of the <tt style="background: #ebebeb; font-size: 13px;">Name</tt> property with the string literal <tt style="background: #ebebeb; font-size: 13px;">"Default"</tt>. To fix the test we can use <tt style="background: #ebebeb; font-size: 13px;">UntranslatedName</tt> instead.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Run the konsole unit tests on a system where the language is not english</li>
</ol>

<p>Output of <tt style="background: #ebebeb; font-size: 13px;">ctest --verbose</tt> before the fix:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">8: FAIL!  : Konsole::ProfileTest::testFallbackProfile() Compared values are not the same
8:    Actual   (fallback->property<QString>(Profile::Name)): "Standard"
8:    Expected (QStringLiteral("Default"))                 : "Default"
8:    Loc: [/var/run/media/peter/MEDIA/Projects/kde/konsole/src/autotests/ProfileTest.cpp(237)]</pre></div>

<p>After the fix all tests should pass.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15923">https://phabricator.kde.org/D15923</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/autotests/ProfileTest.cpp</div></div></div><br /><div><strong>To: </strong>pbraun, Konsole<br /><strong>Cc: </strong>konsole-devel, herrold, ngraham, maximilianocuria, hindenburg<br /></div>