From ab0e10e60f9d481ac0aa782c69bd02de9b7fbf0d Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 3 Apr 2012 22:37:24 +1200 Subject: Serialize requestcount for ClientConnect objects. --- test/test_flow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/test_flow.py') diff --git a/test/test_flow.py b/test/test_flow.py index 60a4fc04..a7ab7cc2 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -923,8 +923,9 @@ class uClientConnect(libpry.AutoTree): c2 = flow.ClientConnect(("a", 25)) assert not c == c2 + c2.requestcount = 99 c._load_state(c2._get_state()) - assert c == c2 + assert c.requestcount == 99 c3 = c.copy() assert c3 == c -- cgit v1.2.3