aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/suite_dfilter/group_syntax.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/suite_dfilter/group_syntax.py b/test/suite_dfilter/group_syntax.py
index f13aaa82f2..9ffed03743 100644
--- a/test/suite_dfilter/group_syntax.py
+++ b/test/suite_dfilter/group_syntax.py
@@ -148,10 +148,6 @@ class case_equality(unittest.TestCase):
dfilter = "udp.srcport == .udp.dstport"
checkDFilterCount(dfilter, 2)
- def test_literal_1(self, checkDFilterCount):
- dfilter = "udp.port == :5070"
- checkDFilterCount(dfilter, 3)
-
def test_literal_3(self, checkDFilterCount):
dfilter = "frame[0:10] contains :00:01:6c"
checkDFilterCount(dfilter, 1)