summaryrefslogtreecommitdiff
path: root/tests/test_stanza_gmail.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-07 19:42:28 -0400
committerLance Stout <lancestout@gmail.com>2010-10-07 19:42:28 -0400
commite02ffe854745c6c39127967f5d1dcaff915d7190 (patch)
treee33e2c0557412fd59532788ce0d1a0a8370fc60b /tests/test_stanza_gmail.py
parent42bfca1c8785c6dd15260c22acda6375f3dbf908 (diff)
downloadslixmpp-e02ffe854745c6c39127967f5d1dcaff915d7190.tar.gz
slixmpp-e02ffe854745c6c39127967f5d1dcaff915d7190.tar.bz2
slixmpp-e02ffe854745c6c39127967f5d1dcaff915d7190.tar.xz
slixmpp-e02ffe854745c6c39127967f5d1dcaff915d7190.zip
Corrected test errors.
There was a bug in the XML compare method.
Diffstat (limited to 'tests/test_stanza_gmail.py')
-rw-r--r--tests/test_stanza_gmail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stanza_gmail.py b/tests/test_stanza_gmail.py
index 5c31a4e2..a5630e62 100644
--- a/tests/test_stanza_gmail.py
+++ b/tests/test_stanza_gmail.py
@@ -25,7 +25,7 @@ class TestGmail(SleekTest):
newer-than-tid="11134623426430234"
q="is:starred" />
</iq>
- """)
+ """, use_values=False)
def testMailBox(self):
"""Testing reading from Gmail mailbox result"""