summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 20:23:10 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-01-28 20:23:10 +0000
commit4421002533383a6764201d25345e6797636f6f83 (patch)
tree04fe162371112492fe1066b072eb5b0e7f6bcbab
parent8b64ccc1d4bf6c45612fd974703abc238f783b86 (diff)
downloadATCD-4421002533383a6764201d25345e6797636f6f83.tar.gz
*** empty log message ***
-rw-r--r--tests/Naming_Test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp
index 42a3199682f..6397940053e 100644
--- a/tests/Naming_Test.cpp
+++ b/tests/Naming_Test.cpp
@@ -145,10 +145,10 @@ main (int argc, char *argv[])
// Set the database name using mktemp to generate a unique file name
name_options->database (ACE_OS::mktemp (temp_file));
-
- ACE_ASSERT (ns_context->open (ACE_Naming_Context::PROC_LOCAL, 1) != -1);
}
+ ACE_ASSERT (ns_context->open (ACE_Naming_Context::PROC_LOCAL, 1) != -1);
+
// Add some bindings to the database
bind (*ns_context);