summaryrefslogtreecommitdiff
path: root/tests/failure.cc
diff options
context:
space:
mode:
authorBrian Aker <brian@tangent.org>2012-04-21 17:31:31 -0700
committerBrian Aker <brian@tangent.org>2012-04-21 17:31:31 -0700
commit5deca7af238185cfb53be80909b45ed807282b26 (patch)
treeb5e9e1bcb5b9fb15c4e92752866bc95cd21ce30d /tests/failure.cc
parent7253c10fe79f6a72b0aec419560823a16ad55a0a (diff)
downloadlibmemcached-5deca7af238185cfb53be80909b45ed807282b26.tar.gz
Update all of libtest around runner.
Diffstat (limited to 'tests/failure.cc')
-rw-r--r--tests/failure.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/failure.cc b/tests/failure.cc
index 923cdf38..cfee6cb7 100644
--- a/tests/failure.cc
+++ b/tests/failure.cc
@@ -218,12 +218,6 @@ void get_world(Framework *world)
world->_create= (test_callback_create_fn*)world_create;
world->_destroy= (test_callback_destroy_fn*)world_destroy;
- world->item._startup= (test_callback_fn*)world_test_startup;
- world->_on_error= (test_callback_error_fn*)world_on_error;
-
- world->collection_startup= (test_callback_fn*)world_container_startup;
- world->collection_shutdown= (test_callback_fn*)world_container_shutdown;
-
world->set_runner(new LibmemcachedRunner);
global_framework= world;