Hey all,

An update:

I've been running the kopetemessage_test, and it reports a failure on line 157 
when Message is given plaintext and asks for it back as HTML. It gets it 
back, but with some tags that it wasn't expecting. This is because 
QTextDocument produces a full HTML document regardless of input, and when 
Message returns HTML, it is returning stripped down version of an HTML 
document, but it still has some tags. These tags (such as <p>) were never 
provided to Message, but they still make sense and don't hurt anything. 
However, kopetemessage_test wants to get back no more than it gave, so it 
fails the test. I hope this new behavior isn't a problem; I haven't noticed 
it to be.

-- 
~Charles Connell
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to