summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 00:22:25 +0000
committercorsaro <corsaro@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-26 00:22:25 +0000
commit813e4c805feaf173bb8d15d6131af0e1a5f3cbe8 (patch)
tree1a6c9a9dffd3bfa96e55bd234ed3e03eacfcf354
parent99805908d7f2887c6a88d5d636664404e22f156d (diff)
downloadATCD-813e4c805feaf173bb8d15d6131af0e1a5f3cbe8.tar.gz
ChangeLogTag: Sun Mar 25 18:15:39 2001 Angelo Corsaro <corsaro@danzon.cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rwxr-xr-xTAO/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl19
2 files changed, 23 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 3107e77e8e5..72ebaf53af9 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Sun Mar 25 18:15:39 2001 Angelo Corsaro <corsaro@danzon.cs.wustl.edu>
+
+ * tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl:
+ Modified confition in the script that was leading to a false
+ detected error. See comment in the script.
+
Sun Mar 25 17:14:31 2001 Angelo Corsaro <corsaro@danzon.cs.wustl.edu>
* tao/orbconf.h:
diff --git a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl
index 6d9b05d6b39..dd3273df7e9 100755
--- a/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl
+++ b/TAO/tests/RTCORBA/MT_Client_Protocol_Priority/process-output.pl
@@ -116,11 +116,26 @@ if ($server_shutdown == 0
print "ERROR: Missing test over message\n";
++$errors;
}
-elsif ($iiop_requests != $shmiop_requests
- or $iiop_requests != $iterations)
+#
+# This condition is busted right now because the debug message
+# that used to signal the iiop or shmiop request have been removed
+# so we cannot count them anymore. The count is in fact zero for
+# both. Nonetheless the method are invoked.
+#
+#elsif ($iiop_requests != $shmiop_requests
+# or $iiop_requests != $iterations)
+#
+elsif ($iiop_requests != $shmiop_requests)
{
print "ERROR: Number of iiop requests differs from shmiop differs from "
."number of iterations\n";
+ print "IIOP Request: ";
+ print $iiop_requests;
+ print "\n"
+
+ print "IIOP Request: ";
+ print $iiop_requests;
+ print "\n"
++$errors;
}
elsif (($priority1 != $priority2