From f59c872d4cfbf6eb97a97ccc7dbff2f2774fd6bc Mon Sep 17 00:00:00 2001 From: You Ji Date: Mon, 22 Feb 2016 08:52:38 -0700 Subject: [PATCH] test: enable test for bug #2339 which has been resolved. Signed-off-by: You Ji --- src/test/system/rados_watch_notify.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/system/rados_watch_notify.cc b/src/test/system/rados_watch_notify.cc index 5a081ee3da1f..e69e932eccec 100644 --- a/src/test/system/rados_watch_notify.cc +++ b/src/test/system/rados_watch_notify.cc @@ -163,8 +163,7 @@ int main(int argc, const char **argv) // create a pool and an object, watch the object, notify, // then delete the object, notify - if (false) { - // this test is currently broken, pending the resolution of bug #2339 + // this test is enabled for the resolution of bug #2339. pool += "."; { StRadosCreatePool r1(argc, argv, NULL, setup_sem, NULL, pool, 1, ".obj"); @@ -190,7 +189,6 @@ int main(int argc, const char **argv) return EXIT_FAILURE; } } - } printf("******* SUCCESS **********\n"); return EXIT_SUCCESS; -- 2.47.3