From 6c89749f0a0c77e3a56a68df8709daf9c9f2f33c Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 3 Feb 2011 13:30:47 +1300 Subject: Add timestamps to flows. For now, these are only displayed on the connection view screen, with second granularity. --- test/test_proxy.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test_proxy.py') diff --git a/test/test_proxy.py b/test/test_proxy.py index ff9ec4bb..eaf73ee1 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -267,6 +267,8 @@ class uError(libpry.AutoTree): state = e.get_state() assert proxy.Error.from_state(state) == e + assert e.copy() + class uProxyError(libpry.AutoTree): def test_simple(self): -- cgit v1.2.3