mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 11:09:56 +00:00
more set/get Values changes
This commit is contained in:
parent
f74baf1c23
commit
85ee30539d
1 changed files with 2 additions and 2 deletions
|
@ -166,9 +166,9 @@ class SleekTest(unittest.TestCase):
|
|||
debug += "Constructed Stanza:\n%s\n" % ET.tostring(iq2.xml)
|
||||
|
||||
if use_values:
|
||||
values = iq.getValues()
|
||||
values = iq.getStanzaValues()
|
||||
iq3 = self.Iq()
|
||||
iq3.setValues(values)
|
||||
iq3.setStanzaValues(values)
|
||||
|
||||
debug += "Second Constructed Stanza:\n%s\n" % ET.tostring(iq3.xml)
|
||||
debug = "Three methods for creating stanza do not match:\n" + debug
|
||||
|
|
Loading…
Reference in a new issue