summaryrefslogtreecommitdiff
path: root/tests/Naming_Test.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 06:29:17 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-02 06:29:17 +0000
commitc41b7c73c3cfd8d6debd387def1c66a47a04973d (patch)
tree375c97fef5bc096ca07570bff3ae8fb32c5f036a /tests/Naming_Test.cpp
parentb5d74ab41e50d01e41ee3edf3afb45b76479292c (diff)
downloadATCD-c41b7c73c3cfd8d6debd387def1c66a47a04973d.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Naming_Test.cpp')
-rw-r--r--tests/Naming_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Naming_Test.cpp b/tests/Naming_Test.cpp
index faeb86ecc21..712ff5fd2a2 100644
--- a/tests/Naming_Test.cpp
+++ b/tests/Naming_Test.cpp
@@ -135,7 +135,7 @@ 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);
+ ACE_ASSERT (ns_context->open (ACE_Naming_Context::PROC_LOCAL, 1) != -1);
// Add some bindings to the database
bind (ns_context, 0);