From 7093b421378368deec15a04cd2ef77d51a66cee1 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sat, 19 Feb 2011 00:27:42 +0100 Subject: [PATCH] forb: Destroy forb at the end of executor_test This make wvtest happy because it closes all the file descriptors that were open by FORB so the final check in wvmain passes. Now, all wvtests passes! --- src/tests/executor/executor_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/executor/executor_test.c b/src/tests/executor/executor_test.c index 2049a5c..223852a 100644 --- a/src/tests/executor/executor_test.c +++ b/src/tests/executor/executor_test.c @@ -107,4 +107,6 @@ WVTEST_MAIN("inter_thread_invocation") /* Direct invocation in the same executor: (application->)executor->executor */ WVPASSEQ(executor_test_add_indirect(testobj1, testobj1, 1, &env), 2); WVFAIL(forb_exception_occurred(&env)); + + forb_destroy(orb); } -- 2.39.2