summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2013-04-12 09:48:02 +0000
committermcorino <mcorino@users.noreply.github.com>2013-04-12 09:48:02 +0000
commitecdbdac9343bc5eb40f6f46a9dfaf3f449ab5e65 (patch)
treefa469557772ca0f3bb9e1bcb11c1016f9bbb7ade
parentd93562a35a540cad1f25bbf0533993fbc85b960f (diff)
downloadATCD-ecdbdac9343bc5eb40f6f46a9dfaf3f449ab5e65.tar.gz
ChangeLogTag: Fri Apr 12 09:47:06 UTC 2013 Martin Corino <mcorino@remedy.nl>
-rw-r--r--TAO/ChangeLog9
-rw-r--r--TAO/tests/Bug_3384_Regression/Client_i.cpp1
-rw-r--r--TAO/tests/Bug_3384_Regression/Client_i.h1
-rw-r--r--TAO/tests/Bug_3384_Regression/README.txt4
-rw-r--r--TAO/tests/Bug_3384_Regression/Server_i.cpp1
-rw-r--r--TAO/tests/Bug_3384_Regression/Server_i.h1
6 files changed, 15 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1b5c69e897b..e22bf65e023 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,12 @@
+Fri Apr 12 09:47:06 UTC 2013 Martin Corino <mcorino@remedy.nl>
+
+ * tests/Bug_3384_Regression/Client_i.h:
+ * tests/Bug_3384_Regression/Client_i.cpp:
+ * tests/Bug_3384_Regression/README.txt:
+ * tests/Bug_3384_Regression/Server_i.h:
+ * tests/Bug_3384_Regression/Server_i.cpp:
+ Fuzz fixes.
+
Thu Apr 11 19:52:53 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* NEWS:
diff --git a/TAO/tests/Bug_3384_Regression/Client_i.cpp b/TAO/tests/Bug_3384_Regression/Client_i.cpp
index 09df7b27d4f..d133ba8cf8d 100644
--- a/TAO/tests/Bug_3384_Regression/Client_i.cpp
+++ b/TAO/tests/Bug_3384_Regression/Client_i.cpp
@@ -1,3 +1,4 @@
+// $Id $
#include "Client_i.h"
diff --git a/TAO/tests/Bug_3384_Regression/Client_i.h b/TAO/tests/Bug_3384_Regression/Client_i.h
index 3c5db21670a..655816227a5 100644
--- a/TAO/tests/Bug_3384_Regression/Client_i.h
+++ b/TAO/tests/Bug_3384_Regression/Client_i.h
@@ -1,3 +1,4 @@
+// $Id $
#include "TestS.h"
diff --git a/TAO/tests/Bug_3384_Regression/README.txt b/TAO/tests/Bug_3384_Regression/README.txt
index b244a87d21d..bdae00f5a60 100644
--- a/TAO/tests/Bug_3384_Regression/README.txt
+++ b/TAO/tests/Bug_3384_Regression/README.txt
@@ -4,8 +4,8 @@ $Id$
@page Bug_3384_Regression Test README File
-A regression test for a bug in (un)reliable oneways with the SYNC_NONE scope.
-The test verifies if a oneway sent as the first request on a new transport
+A regression test for a bug in (un)reliable oneways with the SYNC_NONE scope.
+The test verifies if a oneway sent as the first request on a new transport
gets correctly pushed out as soon as the new transort has connected.
This is a regression test for:
diff --git a/TAO/tests/Bug_3384_Regression/Server_i.cpp b/TAO/tests/Bug_3384_Regression/Server_i.cpp
index 05090e63e12..dc0eec4556e 100644
--- a/TAO/tests/Bug_3384_Regression/Server_i.cpp
+++ b/TAO/tests/Bug_3384_Regression/Server_i.cpp
@@ -1,3 +1,4 @@
+// $Id $
#include "Server_i.h"
diff --git a/TAO/tests/Bug_3384_Regression/Server_i.h b/TAO/tests/Bug_3384_Regression/Server_i.h
index b4369c5aa85..a06dcf79eba 100644
--- a/TAO/tests/Bug_3384_Regression/Server_i.h
+++ b/TAO/tests/Bug_3384_Regression/Server_i.h
@@ -1,3 +1,4 @@
+// $Id $
#include "TestS.h"