summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-12 11:02:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-12 11:02:25 +0000
commitb7e86173e821552b8e12c7290b92c1d3ee589ccd (patch)
tree1026cdb0d9db2f4c6668a69b69d5969b44e4d8b5 /tests
parent86a15c1ab5e9111534cc288ee5e937512667b855 (diff)
downloadATCD-b7e86173e821552b8e12c7290b92c1d3ee589ccd.tar.gz
ChangeLogTag: Fri Mar 12 11:01:05 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Auto_IncDec_Test.cpp2
-rw-r--r--tests/CDR_File_Test.cpp2
-rw-r--r--tests/Capabilities_Test.cpp2
-rw-r--r--tests/Get_Opt_Test.cpp1
-rw-r--r--tests/Log_Msg_Test.cpp3
-rw-r--r--tests/Logging_Strategy_Test.cpp2
-rw-r--r--tests/Max_Default_Port_Test_IPV6.cpp2
-rw-r--r--tests/Obstack_Test.cpp2
-rw-r--r--tests/Token_Strategy_Test.cpp3
9 files changed, 10 insertions, 9 deletions
diff --git a/tests/Auto_IncDec_Test.cpp b/tests/Auto_IncDec_Test.cpp
index 3d4b699a7cd..6d889d6ed06 100644
--- a/tests/Auto_IncDec_Test.cpp
+++ b/tests/Auto_IncDec_Test.cpp
@@ -17,10 +17,10 @@
//
//============================================================================
+#include "tests/test_config.h"
#include "ace/Auto_IncDec_T.h"
#include "ace/Thread_Manager.h"
#include "ace/Atomic_Op.h"
-#include "tests/test_config.h"
#include "ace/OS_NS_unistd.h"
ACE_RCSID(tests, Auto_IncDec_Test, "Auto_IncDec_Test.cpp, by Edan Ayal")
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp
index 0d508c2e80a..bebcb59aa9e 100644
--- a/tests/CDR_File_Test.cpp
+++ b/tests/CDR_File_Test.cpp
@@ -18,11 +18,11 @@
//
// ============================================================================
+#include "test_config.h"
#include "ace/CDR_Stream.h"
#include "ace/FILE_Connector.h"
#include "ace/Auto_Ptr.h"
#include "ace/Get_Opt.h"
-#include "test_config.h"
#include "ace/ACE.h"
// FUZZ: disable check_for_streams_include
diff --git a/tests/Capabilities_Test.cpp b/tests/Capabilities_Test.cpp
index ea59b43598b..6bfbc6d9e60 100644
--- a/tests/Capabilities_Test.cpp
+++ b/tests/Capabilities_Test.cpp
@@ -17,10 +17,10 @@
//
// ============================================================================
+#include "test_config.h"
#include "ace/OS_NS_fcntl.h"
#include "ace/OS_NS_unistd.h"
#include "ace/Capabilities.h"
-#include "test_config.h"
ACE_RCSID(tests, Capabilities_Test, "$Id$")
diff --git a/tests/Get_Opt_Test.cpp b/tests/Get_Opt_Test.cpp
index dbdb4682e9b..b34c9e64f2f 100644
--- a/tests/Get_Opt_Test.cpp
+++ b/tests/Get_Opt_Test.cpp
@@ -14,6 +14,7 @@
//
// ============================================================================
+#include "tests/test_config.h"
#include "ace/Get_Opt.h"
#include "ace/ARGV.h"
#include "ace/SString.h"
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp
index 6791ba3566b..46ce9839b4a 100644
--- a/tests/Log_Msg_Test.cpp
+++ b/tests/Log_Msg_Test.cpp
@@ -20,6 +20,8 @@
//
// ============================================================================
+#include "test_config.h"
+
// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
@@ -27,7 +29,6 @@
#include "ace/Auto_Ptr.h"
#include "ace/Log_Msg_Callback.h"
#include "ace/Log_Record.h"
-#include "test_config.h"
ACE_RCSID(tests, Log_Msg_Test, "$Id$")
diff --git a/tests/Logging_Strategy_Test.cpp b/tests/Logging_Strategy_Test.cpp
index 8e86a3bd26b..fc744ae7462 100644
--- a/tests/Logging_Strategy_Test.cpp
+++ b/tests/Logging_Strategy_Test.cpp
@@ -32,6 +32,7 @@
//
//==========================================================================
+#include "test_config.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_unistd.h"
@@ -48,7 +49,6 @@
#include "ace/Auto_Ptr.cpp"
#include "ace/Get_Opt.h"
-#include "test_config.h"
#include "ace/OS_NS_time.h"
ACE_RCSID(tests, Logging_Strategy_Test, "$Id$")
diff --git a/tests/Max_Default_Port_Test_IPV6.cpp b/tests/Max_Default_Port_Test_IPV6.cpp
index 514366b850d..965d0b6b891 100644
--- a/tests/Max_Default_Port_Test_IPV6.cpp
+++ b/tests/Max_Default_Port_Test_IPV6.cpp
@@ -22,12 +22,12 @@
*/
// ============================================================================
+#include "test_config.h"
#include "ace/Reactor.h"
#include "ace/SOCK_Connector.h"
#include "ace/Thread_Manager.h"
#include "Max_Default_Port_Test.h"
-#include "test_config.h"
My_Accept_Handler::My_Accept_Handler (ACE_INET_Addr &addr)
: addr_ (addr)
diff --git a/tests/Obstack_Test.cpp b/tests/Obstack_Test.cpp
index 516ff79e83b..e6539f32b3f 100644
--- a/tests/Obstack_Test.cpp
+++ b/tests/Obstack_Test.cpp
@@ -16,10 +16,10 @@
//
// ============================================================================
+#include "test_config.h"
#include "ace/OS_NS_string.h"
#include "ace/Obstack.h"
#include "ace/Log_Msg.h"
-#include "test_config.h"
ACE_RCSID(tests, Obstack_Test, "$Id$")
diff --git a/tests/Token_Strategy_Test.cpp b/tests/Token_Strategy_Test.cpp
index adb78fdf9e8..580604b0fde 100644
--- a/tests/Token_Strategy_Test.cpp
+++ b/tests/Token_Strategy_Test.cpp
@@ -15,14 +15,13 @@
//
// ============================================================================
-
+#include "tests/test_config.h"
#include "ace/Token.h"
#include "ace/Task.h"
#include "ace/Atomic_Op.h"
#include "ace/Auto_IncDec_T.h"
#include "ace/Vector_T.h"
#include "ace/Stats.h"
-#include "tests/test_config.h"
#include "ace/ACE.h"
#include "ace/Barrier.h"