diff options
author | Lance Stout <lancestout@gmail.com> | 2011-09-01 00:50:45 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-09-01 00:50:45 -0700 |
commit | 0af35c2224889a06e5ac25028ee5b489106d201b (patch) | |
tree | 057e5f670881dd9769c67890e97f55093458a60c /tests | |
parent | 76bc0a2ba679828d17871c43bfe076b077c9b600 (diff) | |
download | slixmpp-0af35c2224889a06e5ac25028ee5b489106d201b.tar.gz slixmpp-0af35c2224889a06e5ac25028ee5b489106d201b.tar.bz2 slixmpp-0af35c2224889a06e5ac25028ee5b489106d201b.tar.xz slixmpp-0af35c2224889a06e5ac25028ee5b489106d201b.zip |
Fix memory reference bugs.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_stream_xep_0060.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_stream_xep_0060.py b/tests/test_stream_xep_0060.py index 626cea98..4e2dca6d 100644 --- a/tests/test_stream_xep_0060.py +++ b/tests/test_stream_xep_0060.py @@ -460,7 +460,7 @@ class TestStreamPubsub(SleekTest): </retract> </pubsub> </iq> - """, use_values=False) + """) def testPurge(self): """Test removing all items from a node.""" |