Mercurial > libervia-backend
comparison sat/test/test_plugin_xep_0297.py @ 2765:378188abe941
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 11 Jan 2019 11:13:15 +0100 |
parents | 56f94936df1e |
children | 003b8b4b56a7 |
comparison
equal
deleted
inserted
replaced
2764:92af49cde255 | 2765:378188abe941 |
---|---|
80 stamp, | 80 stamp, |
81 body="A most courteous exposition!", | 81 body="A most courteous exposition!", |
82 profile_key=C.PROFILE[0], | 82 profile_key=C.PROFILE[0], |
83 ) | 83 ) |
84 d.addCallback( | 84 d.addCallback( |
85 lambda dummy: self.assertEqualXML( | 85 lambda __: self.assertEqualXML( |
86 self.host.getSentMessageXml(0), output, True | 86 self.host.getSentMessageXml(0), output, True |
87 ) | 87 ) |
88 ) | 88 ) |
89 return d | 89 return d |