summaryrefslogtreecommitdiffstats
path: root/tests/hash:ip6,port,ip6.t
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-14 21:23:41 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-12-14 21:23:41 +0100
commit87f9c118a3ade11f0a60a07933275a68d3bbd0b8 (patch)
tree5dfb18458733e75e45359aa307b9450d1b722dda /tests/hash:ip6,port,ip6.t
parent1532d1c64528e9ff57c304b00736e93e60130e21 (diff)
Fix outdated messages in the tests
Diffstat (limited to 'tests/hash:ip6,port,ip6.t')
-rw-r--r--tests/hash:ip6,port,ip6.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/hash:ip6,port,ip6.t b/tests/hash:ip6,port,ip6.t
index b4d05e9..bfdc298 100644
--- a/tests/hash:ip6,port,ip6.t
+++ b/tests/hash:ip6,port,ip6.t
@@ -12,13 +12,13 @@
0 ipset test test 2:0:0::1,0,0:0:0::1
# Delete almost zero valued element
0 ipset del test 2:0:0::1,0,0:0:0::1
-# Add lower boundary
+# Add first random value
0 ipset add test 2:0:0::1,5,1:1:1::1
-# Add upper boundary
+# Add second random value
0 ipset add test 2:1:0::0,128,2:2:2::2
-# Test lower boundary
+# Test first random value
0 ipset test test 2:0:0::1,5,1:1:1::1
-# Test upper boundary
+# Test second random value
0 ipset test test 2:1:0::0,128,2:2:2::2
# Test value not added to the set
1 ipset test test 2:0:0::1,5,1:1:1::2
@@ -26,13 +26,13 @@
1 ipset test test 2:0:0::1,6,1:1:1::1
# Test value not added to the set
1 ipset test test 2:0:0::2,6,1:1:1::1
-# Test value before lower boundary
+# Test value before first random value
1 ipset test test 2:0:0::0,5,1:1:1::1
-# Test value after upper boundary
+# Test value after second random value
1 ipset test test 2:1:0::1,128,2:2:2::2
-# Try to add value before lower boundary
+# Try to add value before first random value
0 ipset add test 2:0:0::0,5,1:1:1::1
-# Try to add value after upper boundary
+# Try to add value after second random value
0 ipset add test 2:1:0::1,128,2:2:2::2
# List set
0 ipset list test | sed 's/timeout ./timeout x/' > .foo0 && ./sort.sh .foo0