summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-10-14 18:21:26 -0700
committerRobey Pointer <robey@lag.net>2006-10-14 18:21:26 -0700
commitf4199b5a287d69a5b26499331896c7de95f7da97 (patch)
tree2221b077229695be5a7501f7c882bf8d65e277ee /tests
parent4d090c71a6609b6d7df0b4a4eb710e2561468bba (diff)
[project @ robey@lag.net-20061015012126-36370734592aff17]
might as well assert this
Diffstat (limited to 'tests')
-rw-r--r--tests/test_transport.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_transport.py b/tests/test_transport.py
index e102fe09..60ac1e7d 100644
--- a/tests/test_transport.py
+++ b/tests/test_transport.py
@@ -603,6 +603,7 @@ class TransportTest (unittest.TestCase):
bytes2 = self.tc.packetizer._Packetizer__sent_bytes
# tests show this is actually compressed to *52 bytes*! including packet overhead! nice!! :)
self.assert_(bytes2 - bytes < 1024)
+ self.assertEquals(52, bytes2 - bytes)
chan.close()
schan.close()