[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=683d10f

The following commit has been merged in the master branch:
commit 683d10f1940326ad3604e46079e799770b316c83
Author: Lasath Fernando <kde at lasath.org>
Date:   Tue Jun 5 07:28:29 2012 +1000

    Fix a test for gtalk plugin
---
 tests/message-processor-basic-tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/message-processor-basic-tests.cpp b/tests/message-processor-basic-tests.cpp
index 2b2e952..14d4615 100644
--- a/tests/message-processor-basic-tests.cpp
+++ b/tests/message-processor-basic-tests.cpp
@@ -109,7 +109,7 @@ void MessageProcessorBasicTests::testBoldItalics()
 
 void MessageProcessorBasicTests::testMultiWordItalics()
 {
-    compare("_this_ text should _be_ in _italics_", "<i>all _ this _hsould</i> be in italics_");
+    compare("_all _ this _hsould_ be in italics_", "<i>all _ this _hsould</i> be in italics_");
     compare("_f f_ fd _f f_", "<i>f f</i> fd <i>f f</i>");
     compare("_f _f_", "<i>f _f</i>");
     compare("_dsd _ _ ss_", "<i>dsd _ _ ss</i>");

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list