Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
64719feb by Daniel Brötzmann at 2023-02-17T13:27:19+00:00
cfix: HighlightTest: Fix xmpp address test
- - - - -


1 changed file:

- test/common/test_message_needs_highlight.py


Changes:

=====================================
test/common/test_message_needs_highlight.py
=====================================
@@ -4,7 +4,7 @@
 from gajim.common.helpers import message_needs_highlight
 
 app.settings.set('muc_highlight_words', 'test;gajim')
-JID = 'romemo@xmppserver'
+JID = 'juliet@xmppserver'
 NICK = 'Romeo'
 
 
@@ -20,7 +20,7 @@ def test_highlight(self):
         t_text6 = 'Are you using Gajim?'
         t_text7 = 'Did you test this?'
         t_text8 = 'Hi romeo'
-        t_text9 = 'My address is romeo@xmppserver'
+        t_text9 = 'My address is juliet@xmppserver'
 
         f_text1 = 'RomeoDoes this work?'
         f_text2 = ''



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/64719febddfb2dfe7e639f302cd2bb34c5aa62dc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/64719febddfb2dfe7e639f302cd2bb34c5aa62dc
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to