diff options
Diffstat (limited to 'tests/py/inet/dccp.t')
-rw-r--r-- | tests/py/inet/dccp.t | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/py/inet/dccp.t b/tests/py/inet/dccp.t index 9a81bb2e..2216fa2a 100644 --- a/tests/py/inet/dccp.t +++ b/tests/py/inet/dccp.t @@ -11,17 +11,12 @@ dccp sport != 21-35;ok dccp sport {23, 24, 25};ok dccp sport != {23, 24, 25};ok -dccp sport { 20-50 };ok dccp sport 20-50;ok -dccp sport { 20-50};ok -dccp sport != { 20-50};ok # dccp dport 21-35;ok # dccp dport != 21-35;ok dccp dport {23, 24, 25};ok dccp dport != {23, 24, 25};ok -dccp dport { 20-50};ok -dccp dport != { 20-50};ok dccp type {request, response, data, ack, dataack, closereq, close, reset, sync, syncack};ok dccp type != {request, response, data, ack, dataack, closereq, close, reset, sync, syncack};ok |