summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-04-18 18:07:43 +0000
committercbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-04-18 18:07:43 +0000
commit2bcb494e09c0cac56421d3cec47df44e09c1cc9e (patch)
treeb23f3b3265ca798aa215f110e34c34e755c7baff
parentc9c007c0f6acaf001ddc1521b965004b08c7f8b7 (diff)
downloadATCD-2bcb494e09c0cac56421d3cec47df44e09c1cc9e.tar.gz
Sun Apr 18 18:07:41 UTC 2010 Chad Beaulac <chad@objectivesolutions.com>
* tests/Bug_3334_Regression_Test.cpp Added call to ACE_Service_Config::fini_svcs in order to see all debug output before application exit. #3334
-rw-r--r--tests/Bug_3334_Regression_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Bug_3334_Regression_Test.cpp b/tests/Bug_3334_Regression_Test.cpp
index f3e0ff4c815..fe348154f80 100644
--- a/tests/Bug_3334_Regression_Test.cpp
+++ b/tests/Bug_3334_Regression_Test.cpp
@@ -41,6 +41,8 @@ run_main (int, ACE_TCHAR *argv[])
ACE_TEXT ("open"),
1));
+ ACE_Service_Config::fini_svcs ();
+
ACE_END_TEST;
return status;
}