Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Brötzmann <mailtrash@posteo.de>2023-02-17 16:27:19 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2023-02-17 16:27:19 +0300
commit64719febddfb2dfe7e639f302cd2bb34c5aa62dc (patch)
tree2e207943421a96695de782ca06b121bceb07efe2 /test
parent677244fd28dc3955b888572ca16ca46746b0b652 (diff)
cfix: HighlightTest: Fix xmpp address test
Diffstat (limited to 'test')
-rw-r--r--test/common/test_message_needs_highlight.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/common/test_message_needs_highlight.py b/test/common/test_message_needs_highlight.py
index e4b689390..084c44645 100644
--- a/test/common/test_message_needs_highlight.py
+++ b/test/common/test_message_needs_highlight.py
@@ -4,7 +4,7 @@ from gajim.common import app
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 @@ class HighlightTest(unittest.TestCase):
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 = ''