From 204666e85212a6ab98083a6f77f2266ad45f49f2 Mon Sep 17 00:00:00 2001
From: Joseph Frazier <1212jtraceur@gmail.com>
Date: Fri, 20 May 2016 16:34:53 -0400
Subject: [PATCH] Test that copying a packet copies its  property as well

---
 test/regression.uts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/regression.uts b/test/regression.uts
index aae60781..baee093a 100644
--- a/test/regression.uts
+++ b/test/regression.uts
@@ -92,6 +92,7 @@ TCP in a
 a[TCP]
 a[TCP].dport=[80,443]
 a
+assert(a.copy().time == a.time)
 a=3
 
 
-- 
GitLab