summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-10-29 18:32:16 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-10-29 18:32:16 +0000
commitf8d83639f47e8c2a98786e33a7d97701854fdede (patch)
tree047a5d1fb8de7eabe18192b9e8cfa9987d97ae39 /TAO/performance-tests
parent6267c6b936d6ec4e67ee25a07a818933e23fe43d (diff)
downloadATCD-f8d83639f47e8c2a98786e33a7d97701854fdede.tar.gz
ChangeLogTag: Fri Oct 29 13:31:31 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Protocols/distributor.cpp2
-rw-r--r--TAO/performance-tests/Protocols/receiver.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/Protocols/distributor.cpp b/TAO/performance-tests/Protocols/distributor.cpp
index c0b36a65a56..6c789d5489d 100644
--- a/TAO/performance-tests/Protocols/distributor.cpp
+++ b/TAO/performance-tests/Protocols/distributor.cpp
@@ -434,7 +434,7 @@ main (int argc, char **argv)
ACE_OS::fprintf (output_file,
"%s",
ior.in ());
- ACE_ASSERT (result == ACE_OS::strlen (ior));
+ ACE_ASSERT (result == ACE_OS::strlen (ior.in ()));
ACE_UNUSED_ARG (result);
ACE_OS::fclose (output_file);
diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp
index 774612dcfc6..752687fe1c8 100644
--- a/TAO/performance-tests/Protocols/receiver.cpp
+++ b/TAO/performance-tests/Protocols/receiver.cpp
@@ -399,7 +399,7 @@ main (int argc, char **argv)
ACE_OS::fprintf (output_file,
"%s",
ior.in ());
- ACE_ASSERT (result == ACE_OS::strlen (ior));
+ ACE_ASSERT (result == ACE_OS::strlen (ior.in ()));
ACE_UNUSED_ARG (result);
ACE_OS::fclose (output_file);