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:
authormjk <mjk@disroot.org>2022-10-31 20:04:45 +0300
committermjk <mjk@disroot.org>2022-11-06 00:18:52 +0300
commitc6714b6411557c593ad6849cb8e5330945088415 (patch)
tree84a11859ce6cbc0e2d289e0b3d522f74cc421c58 /test
parentd94d82720acc951c380969ae96d7bc55315184e6 (diff)
fix: URI parsing: Properly unescape XMPP URIs and handle unknown query types
Diffstat (limited to 'test')
-rw-r--r--test/no_gui/test_styling.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/no_gui/test_styling.py b/test/no_gui/test_styling.py
index e80584a01..af6ed9f83 100644
--- a/test/no_gui/test_styling.py
+++ b/test/no_gui/test_styling.py
@@ -295,7 +295,7 @@ URIS = [
'xmpp:asd@at',
'xmpp:asd@asd.at',
'xmpp:asd-asd@asd.asdasd.at.',
- #'xmpp:me@%5B::1%5D', FIXME: unescape before validating domainpart
+ 'xmpp:me@%5B::1%5D',
'xmpp:myself@127.13.42.69',
'xmpp:myself@127.13.42.69/localhost',
'xmpp:%23room%25irc.example@biboumi.xmpp.example',