summaryrefslogtreecommitdiffstats
path: root/tests/heavy-wq.c
diff options
context:
space:
mode:
authorpaul <paul>2006-03-30 13:42:50 +0000
committerpaul <paul>2006-03-30 13:42:50 +0000
commit5ada13e61f17463d7d3558188b49f40eea15ce3c (patch)
treedcb0bc27e4f120c09b645bcf9b75319d81c55d2c /tests/heavy-wq.c
parent6eafa11ea6b1907d86e3ef5f33590ed3d44eca85 (diff)
downloadquagga-5ada13e61f17463d7d3558188b49f40eea15ce3c.tar.bz2
quagga-5ada13e61f17463d7d3558188b49f40eea15ce3c.tar.xz
[tests] fix heavy-wq, add redundant AS_SET test and statics to aspath_test
2006-03-16 Paul Jakma <paul.jakma@sun.com> * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue spec. * aspath_test.c: (test_segments) Add an AS_SET with redundant ASNs. ({empty_prepend,prepend,parse}_test) add static qualifiers
Diffstat (limited to 'tests/heavy-wq.c')
-rw-r--r--tests/heavy-wq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/heavy-wq.c b/tests/heavy-wq.c
index 1b0691aa..bd93169d 100644
--- a/tests/heavy-wq.c
+++ b/tests/heavy-wq.c
@@ -166,7 +166,6 @@ heavy_wq_init ()
heavy_wq->spec.errorfunc = &slow_func_err;
heavy_wq->spec.del_item_data = &slow_func_del;
heavy_wq->spec.max_retries = 3;
- heavy_wq->spec.delay = 10;
heavy_wq->spec.hold = 1000;
return 0;