summaryrefslogtreecommitdiff
path: root/ACE/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:49:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-08 18:49:47 +0000
commitde9f6bc4101fbe56373ad5d79336397a99fd099f (patch)
treed9fe9aa7d1cd0a261c13cd096efba7a6b3ba4ad9 /ACE/tests
parent7f467119792aadf023ec1a8ecf48fbb7c8060301 (diff)
downloadATCD-de9f6bc4101fbe56373ad5d79336397a99fd099f.tar.gz
Zapped ACE_RCSID
Diffstat (limited to 'ACE/tests')
-rw-r--r--ACE/tests/Array_Map_Test.cpp6
-rw-r--r--ACE/tests/Based_Pointer_Test.cpp4
-rw-r--r--ACE/tests/Based_Pointer_Test_Lib.cpp4
-rw-r--r--ACE/tests/Bug_1890_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_2368_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_2497_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_2540_Regression_Test.cpp6
-rw-r--r--ACE/tests/Bug_2609_Regression_Test.cpp5
-rw-r--r--ACE/tests/Bug_2610_Regression_Test.cpp5
-rw-r--r--ACE/tests/Bug_2740_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_2815_Regression_Test.cpp3
-rw-r--r--ACE/tests/Bug_2820_Regression_Test.cpp3
-rw-r--r--ACE/tests/Bug_2975_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_3102_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_3319_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_3500_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_3539_Regression_Test.cpp4
-rw-r--r--ACE/tests/Bug_3541_Regression_Test.cpp5
-rw-r--r--ACE/tests/DLL_Test_Impl.cpp4
-rw-r--r--ACE/tests/DLL_Test_Parent.cpp5
-rw-r--r--ACE/tests/Dev_Poll_Reactor_Test.cpp5
-rw-r--r--ACE/tests/Dirent_Test.cpp4
-rw-r--r--ACE/tests/Framework_Component_DLL.cpp4
-rw-r--r--ACE/tests/MT_NonBlocking_Connect_Test.cpp4
-rw-r--r--ACE/tests/Message_Block_Test.cpp4
-rw-r--r--ACE/tests/Notification_Queue_Unit_Test.cpp3
-rw-r--r--ACE/tests/Proactor_Test.cpp4
-rw-r--r--ACE/tests/Proactor_Test_IPV6.cpp4
-rw-r--r--ACE/tests/Proactor_Timer_Test.cpp4
-rw-r--r--ACE/tests/Process_Env_Test.cpp4
-rw-r--r--ACE/tests/Recursive_Condition_Bug_Test.cpp4
-rw-r--r--ACE/tests/Refcounted_Auto_Ptr_Test.cpp8
-rw-r--r--ACE/tests/SSL/Bug_2912_Regression_Test.cpp4
-rw-r--r--ACE/tests/Service_Config_DLL.cpp4
-rw-r--r--ACE/tests/Service_Config_Test.cpp4
-rw-r--r--ACE/tests/TkReactor_Test.cpp4
-rw-r--r--ACE/tests/XtAthenaReactor_Test.cpp5
-rw-r--r--ACE/tests/XtMotifReactor_Test.cpp3
38 files changed, 3 insertions, 159 deletions
diff --git a/ACE/tests/Array_Map_Test.cpp b/ACE/tests/Array_Map_Test.cpp
index 9f5deeee3bd..9a55c7fb493 100644
--- a/ACE/tests/Array_Map_Test.cpp
+++ b/ACE/tests/Array_Map_Test.cpp
@@ -19,12 +19,6 @@
#include <algorithm>
//#include <map> /* For STL portability testing. */
-
-ACE_RCSID (tests,
- Array_Map_Test,
- "$Id$")
-
-
static char const letters[] =
{ 'A', 'C', 'E', ' ', 'r', 'u', 'l', 'e', 'z', '!' };
diff --git a/ACE/tests/Based_Pointer_Test.cpp b/ACE/tests/Based_Pointer_Test.cpp
index 5ac8e2606ff..42ff2d77bec 100644
--- a/ACE/tests/Based_Pointer_Test.cpp
+++ b/ACE/tests/Based_Pointer_Test.cpp
@@ -30,10 +30,6 @@
#include "ace/Based_Pointer_T.h"
#include "ace/SString.h"
-ACE_RCSID (tests,
- Based_Pointer_Repository_Test,
- "$Id$")
-
class Foo
{
private:
diff --git a/ACE/tests/Based_Pointer_Test_Lib.cpp b/ACE/tests/Based_Pointer_Test_Lib.cpp
index e7047b70fa3..146ff126ddc 100644
--- a/ACE/tests/Based_Pointer_Test_Lib.cpp
+++ b/ACE/tests/Based_Pointer_Test_Lib.cpp
@@ -20,10 +20,6 @@
#include "ace/svc_export.h"
#include "ace/Based_Pointer_Repository.h"
-ACE_RCSID (tests,
- Based_Pointer_Repository_DLL_Test,
- "$Id$")
-
#if defined (ACE_OPENVMS)
// with OPENVMS symbol names > 31 cause us trouble with dlsym()
extern "C" ACE_Svc_Export void *
diff --git a/ACE/tests/Bug_1890_Regression_Test.cpp b/ACE/tests/Bug_1890_Regression_Test.cpp
index 2d2cf98a3c8..98622638223 100644
--- a/ACE/tests/Bug_1890_Regression_Test.cpp
+++ b/ACE/tests/Bug_1890_Regression_Test.cpp
@@ -18,10 +18,6 @@
#include "ace/Select_Reactor.h"
#include "ace/Auto_Ptr.h"
-ACE_RCSID (tests,
- Bug_1890_Regression_Test,
- "$Id$")
-
int const nhandlers = 3;
/**
diff --git a/ACE/tests/Bug_2368_Regression_Test.cpp b/ACE/tests/Bug_2368_Regression_Test.cpp
index 94e11107e7d..3606c24e8f1 100644
--- a/ACE/tests/Bug_2368_Regression_Test.cpp
+++ b/ACE/tests/Bug_2368_Regression_Test.cpp
@@ -15,10 +15,6 @@
#include "ace/Log_Msg.h"
#include "ace/Signal.h"
-ACE_RCSID (tests,
- Bug_2368_Regression_Test,
- "$Id$")
-
static bool handleA_close_called = false;
static bool handleB_close_called = false;
diff --git a/ACE/tests/Bug_2497_Regression_Test.cpp b/ACE/tests/Bug_2497_Regression_Test.cpp
index d32c96d1660..b0c89442fc2 100644
--- a/ACE/tests/Bug_2497_Regression_Test.cpp
+++ b/ACE/tests/Bug_2497_Regression_Test.cpp
@@ -14,10 +14,6 @@
#include "ace/Task.h"
#include "ace/Stream.h"
-ACE_RCSID (tests,
- Bug_2497_Regression_Test,
- "$Id$")
-
class Test_Task : public ACE_Task<ACE_SYNCH>
{
public:
diff --git a/ACE/tests/Bug_2540_Regression_Test.cpp b/ACE/tests/Bug_2540_Regression_Test.cpp
index 2a05b97cb6d..bf9aa98ac0f 100644
--- a/ACE/tests/Bug_2540_Regression_Test.cpp
+++ b/ACE/tests/Bug_2540_Regression_Test.cpp
@@ -18,10 +18,6 @@
#include "ace/Select_Reactor.h"
#include "ace/Auto_Ptr.h"
-ACE_RCSID (tests,
- Bug_2540_Regression_Test,
- "$Id$")
-
int const nhandlers = 3;
/**
@@ -268,7 +264,7 @@ int Timer::handle_timeout(ACE_Time_Value const &, void const *)
// The first iterations are there just to prime things.
return 0;
}
-
+
if (iteration_ == initial_iterations)
{
// We expect the special_handler() to work normally after this
diff --git a/ACE/tests/Bug_2609_Regression_Test.cpp b/ACE/tests/Bug_2609_Regression_Test.cpp
index 475ef6aeb81..4b4a1bd4d05 100644
--- a/ACE/tests/Bug_2609_Regression_Test.cpp
+++ b/ACE/tests/Bug_2609_Regression_Test.cpp
@@ -10,11 +10,6 @@
*/
#include "test_config.h"
-
-ACE_RCSID (tests,
- Bug_2609_Regression_Test,
- "$Id$")
-
#include "ace/Svc_Handler.h"
#include "ace/Acceptor.h"
#include "ace/SOCK_Stream.h"
diff --git a/ACE/tests/Bug_2610_Regression_Test.cpp b/ACE/tests/Bug_2610_Regression_Test.cpp
index 648e90bf2d2..9c2c59e3662 100644
--- a/ACE/tests/Bug_2610_Regression_Test.cpp
+++ b/ACE/tests/Bug_2610_Regression_Test.cpp
@@ -10,11 +10,6 @@
*/
#include "test_config.h"
-
-ACE_RCSID (tests,
- Bug_2610_Regression_Test,
- "$Id$")
-
#include "ace/INET_Addr.h"
#include "ace/SOCK_Stream.h"
#include "ace/SOCK_Acceptor.h"
diff --git a/ACE/tests/Bug_2740_Regression_Test.cpp b/ACE/tests/Bug_2740_Regression_Test.cpp
index 5a451a17e24..29791a95f47 100644
--- a/ACE/tests/Bug_2740_Regression_Test.cpp
+++ b/ACE/tests/Bug_2740_Regression_Test.cpp
@@ -11,10 +11,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- Bug_2740_Regression_Test,
- "$Id$")
-
#if defined (ACE_HAS_DEV_POLL) || defined (ACE_HAS_EVENT_POLL)
#include "ace/Atomic_Op.h"
diff --git a/ACE/tests/Bug_2815_Regression_Test.cpp b/ACE/tests/Bug_2815_Regression_Test.cpp
index d365b4f3d3a..7fd812a0886 100644
--- a/ACE/tests/Bug_2815_Regression_Test.cpp
+++ b/ACE/tests/Bug_2815_Regression_Test.cpp
@@ -30,9 +30,6 @@
#include "ace/TP_Reactor.h"
#include "ace/Select_Reactor.h"
-ACE_RCSID(tests,
- Bug_2815_Regression_Test, "$Id$")
-
class One_Shot_Handler;
/**
diff --git a/ACE/tests/Bug_2820_Regression_Test.cpp b/ACE/tests/Bug_2820_Regression_Test.cpp
index 93a9c1bc45c..17a1036d19b 100644
--- a/ACE/tests/Bug_2820_Regression_Test.cpp
+++ b/ACE/tests/Bug_2820_Regression_Test.cpp
@@ -21,9 +21,6 @@
#include "ace/Reactor.h"
#include "ace/Select_Reactor.h"
-ACE_RCSID(tests,
- Bug_2820_Regression_Test, "$Id$")
-
/**
* @class Simple_Handler
*
diff --git a/ACE/tests/Bug_2975_Regression_Test.cpp b/ACE/tests/Bug_2975_Regression_Test.cpp
index 0425d9bab54..379621358c8 100644
--- a/ACE/tests/Bug_2975_Regression_Test.cpp
+++ b/ACE/tests/Bug_2975_Regression_Test.cpp
@@ -14,10 +14,6 @@
#include "ace/Service_Config.h"
#include "ace/ARGV.h"
-ACE_RCSID (tests,
- Bug_2975_Regression_Test,
- "$Id$")
-
int
run_main (int, ACE_TCHAR *argv[])
{
diff --git a/ACE/tests/Bug_3102_Regression_Test.cpp b/ACE/tests/Bug_3102_Regression_Test.cpp
index 5b081469be2..df168cd651c 100644
--- a/ACE/tests/Bug_3102_Regression_Test.cpp
+++ b/ACE/tests/Bug_3102_Regression_Test.cpp
@@ -15,10 +15,6 @@
#include "ace/Guard_T.h"
#include "ace/OS_NS_stdio.h"
-ACE_RCSID (tests,
- Bug_3102_Regression_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS)
void mutexTest(void)
diff --git a/ACE/tests/Bug_3319_Regression_Test.cpp b/ACE/tests/Bug_3319_Regression_Test.cpp
index d5d1a7292c8..ea6de0c6322 100644
--- a/ACE/tests/Bug_3319_Regression_Test.cpp
+++ b/ACE/tests/Bug_3319_Regression_Test.cpp
@@ -13,10 +13,6 @@
#include "ace/ARGV.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (tests,
- Bug_3319_Regression_Test,
- "$Id$")
-
int
run_main (int, ACE_TCHAR *[])
{
diff --git a/ACE/tests/Bug_3500_Regression_Test.cpp b/ACE/tests/Bug_3500_Regression_Test.cpp
index cb8306318d2..ccb285f22c4 100644
--- a/ACE/tests/Bug_3500_Regression_Test.cpp
+++ b/ACE/tests/Bug_3500_Regression_Test.cpp
@@ -13,10 +13,6 @@
#include "ace/SString.h"
#include "test_config.h"
-ACE_RCSID (tests,
- Bug_3500_Regression_Test,
- "$Id$")
-
int
run_main (int, ACE_TCHAR *[])
{
diff --git a/ACE/tests/Bug_3539_Regression_Test.cpp b/ACE/tests/Bug_3539_Regression_Test.cpp
index cf678699394..0d958f17a09 100644
--- a/ACE/tests/Bug_3539_Regression_Test.cpp
+++ b/ACE/tests/Bug_3539_Regression_Test.cpp
@@ -24,10 +24,6 @@
#include "ace/Thread_Manager.h"
#include "ace/Atomic_Op_T.h"
-ACE_RCSID(tests,
- Bug_3539_Regression_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS)
struct ObjectWithTSS
diff --git a/ACE/tests/Bug_3541_Regression_Test.cpp b/ACE/tests/Bug_3541_Regression_Test.cpp
index a4f1c8a9926..f7626bca55c 100644
--- a/ACE/tests/Bug_3541_Regression_Test.cpp
+++ b/ACE/tests/Bug_3541_Regression_Test.cpp
@@ -16,11 +16,6 @@
#include "ace/SString.h"
#include "test_config.h"
-
-ACE_RCSID (tests,
- Bug_3541_Regression_Test,
- "$Id$")
-
int
run_main (int, ACE_TCHAR *[])
{
diff --git a/ACE/tests/DLL_Test_Impl.cpp b/ACE/tests/DLL_Test_Impl.cpp
index 3b0f4ff6149..88cc0ba3ea4 100644
--- a/ACE/tests/DLL_Test_Impl.cpp
+++ b/ACE/tests/DLL_Test_Impl.cpp
@@ -22,10 +22,6 @@
#include "ace/svc_export.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (tests,
- DLL_Test_Impl,
- "$Id$")
-
Hello_Impl::Hello_Impl (void)
{
ACE_DEBUG ((LM_DEBUG, "Hello_Impl::Hello_Impl\n"));
diff --git a/ACE/tests/DLL_Test_Parent.cpp b/ACE/tests/DLL_Test_Parent.cpp
index 0664f5a7c92..5d2cb741855 100644
--- a/ACE/tests/DLL_Test_Parent.cpp
+++ b/ACE/tests/DLL_Test_Parent.cpp
@@ -3,11 +3,6 @@
#include "DLL_Test_Parent.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (tests,
- DLL_Test_Parent,
- "$Id$")
-
-
Parent::~Parent (void)
{
}
diff --git a/ACE/tests/Dev_Poll_Reactor_Test.cpp b/ACE/tests/Dev_Poll_Reactor_Test.cpp
index 106d2eac55e..3e1cb27e82b 100644
--- a/ACE/tests/Dev_Poll_Reactor_Test.cpp
+++ b/ACE/tests/Dev_Poll_Reactor_Test.cpp
@@ -21,11 +21,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- Dev_Poll_Reactor_Test,
- "$Id$")
-
-
#if defined (ACE_HAS_DEV_POLL) || defined (ACE_HAS_EVENT_POLL)
#include "ace/OS_NS_signal.h"
diff --git a/ACE/tests/Dirent_Test.cpp b/ACE/tests/Dirent_Test.cpp
index 4e6d871f34f..5a2a39d6c46 100644
--- a/ACE/tests/Dirent_Test.cpp
+++ b/ACE/tests/Dirent_Test.cpp
@@ -32,10 +32,6 @@
#include "ace/OS_String.h"
#include "ace/SString.h"
-ACE_RCSID (tests,
- Dirent_Test,
- "$Id Dirent_Test.cpp,v 4.10 2003/05/18 19:17:34 dhinton Exp$")
-
#if (defined (ACE_VXWORKS) && (ACE_VXWORKS < 0x600))
# define TEST_DIR "log"
# define TEST_ENTRY ".."
diff --git a/ACE/tests/Framework_Component_DLL.cpp b/ACE/tests/Framework_Component_DLL.cpp
index f8e4e34dbf0..c0aa88b1bb0 100644
--- a/ACE/tests/Framework_Component_DLL.cpp
+++ b/ACE/tests/Framework_Component_DLL.cpp
@@ -23,10 +23,6 @@
#include "ace/Service_Object.h"
#include "ace/Framework_Component_T.h"
-ACE_RCSID (tests,
- Framework_Component_DLL,
- "$Id$")
-
ACE_DLL_UNLOAD_POLICY (Framework_Component_DLL, ACE_DLL_UNLOAD_POLICY_LAZY)
Simple_Service::Simple_Service (void)
diff --git a/ACE/tests/MT_NonBlocking_Connect_Test.cpp b/ACE/tests/MT_NonBlocking_Connect_Test.cpp
index 2d94aa29707..79a7b660999 100644
--- a/ACE/tests/MT_NonBlocking_Connect_Test.cpp
+++ b/ACE/tests/MT_NonBlocking_Connect_Test.cpp
@@ -37,10 +37,6 @@
#include "ace/SOCK_Connector.h"
#include "ace/Thread_Mutex.h"
-ACE_RCSID(tests,
- MT_NonBlocking_Connect_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS)
static int test_select_reactor = 1;
diff --git a/ACE/tests/Message_Block_Test.cpp b/ACE/tests/Message_Block_Test.cpp
index d1cd5b03e6a..cf76ad4610c 100644
--- a/ACE/tests/Message_Block_Test.cpp
+++ b/ACE/tests/Message_Block_Test.cpp
@@ -26,10 +26,6 @@
#include "ace/Profile_Timer.h"
#include "ace/Free_List.h"
-ACE_RCSID (tests,
- Message_Block_Test,
- "$Id$")
-
// Number of memory allocation strategies used in this test.
static const int ACE_ALLOC_STRATEGY_NO = 2;
diff --git a/ACE/tests/Notification_Queue_Unit_Test.cpp b/ACE/tests/Notification_Queue_Unit_Test.cpp
index 98d19f61fef..6b7372b965f 100644
--- a/ACE/tests/Notification_Queue_Unit_Test.cpp
+++ b/ACE/tests/Notification_Queue_Unit_Test.cpp
@@ -12,9 +12,6 @@
#include "test_config.h"
#include "ace/Notification_Queue.h"
-ACE_RCSID(tests,
- Notification_Queue_Unit_Test, "$Id$")
-
#define TEST_LIST \
ACTION(null_test) \
ACTION(pop_returns_element_pushed) \
diff --git a/ACE/tests/Proactor_Test.cpp b/ACE/tests/Proactor_Test.cpp
index df0b22c2b94..dcdf7c1627c 100644
--- a/ACE/tests/Proactor_Test.cpp
+++ b/ACE/tests/Proactor_Test.cpp
@@ -16,10 +16,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- Proactor_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS))
// This only works on Win32 platforms and on Unix platforms
// supporting POSIX aio calls.
diff --git a/ACE/tests/Proactor_Test_IPV6.cpp b/ACE/tests/Proactor_Test_IPV6.cpp
index 6f5ee3f31b2..fc0a6de80b4 100644
--- a/ACE/tests/Proactor_Test_IPV6.cpp
+++ b/ACE/tests/Proactor_Test_IPV6.cpp
@@ -16,10 +16,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- Proactor_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS))
// This only works on Win32 platforms and on Unix platforms
// supporting POSIX aio calls.
diff --git a/ACE/tests/Proactor_Timer_Test.cpp b/ACE/tests/Proactor_Timer_Test.cpp
index 7d81bcb5ef1..04763c456cc 100644
--- a/ACE/tests/Proactor_Timer_Test.cpp
+++ b/ACE/tests/Proactor_Timer_Test.cpp
@@ -23,10 +23,6 @@
#include "test_config.h"
#include "ace/Trace.h"
-ACE_RCSID (tests,
- Proactor_Timer_Test,
- "$Id$")
-
#if defined (ACE_HAS_WIN32_OVERLAPPED_IO) || defined (ACE_HAS_AIO_CALLS)
// This only works on Win32 platforms and on Unix platforms
// supporting POSIX aio calls.
diff --git a/ACE/tests/Process_Env_Test.cpp b/ACE/tests/Process_Env_Test.cpp
index 4b0ea673768..59409263b91 100644
--- a/ACE/tests/Process_Env_Test.cpp
+++ b/ACE/tests/Process_Env_Test.cpp
@@ -21,10 +21,6 @@
#include "ace/Process.h"
#include "ace/SString.h"
-ACE_RCSID(tests,
- Process_Env_Test,
- "$Id$")
-
typedef void (*setenvfn_t) (const ACE_TCHAR *name, const ACE_TCHAR *value,
void *ctx);
diff --git a/ACE/tests/Recursive_Condition_Bug_Test.cpp b/ACE/tests/Recursive_Condition_Bug_Test.cpp
index 26478456bd4..ba7f00ee95d 100644
--- a/ACE/tests/Recursive_Condition_Bug_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Bug_Test.cpp
@@ -30,10 +30,6 @@
#include "ace/Timer_Queue_Adapters.h"
#include "ace/Condition_Recursive_Thread_Mutex.h"
-ACE_RCSID (tests,
- Recursive_Condition_Bug_Test,
- "$Id$")
-
#if defined (ACE_HAS_THREADS)
// Number of iterations for the performance tests.
diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
index 855d71b94d0..2e7225d9c12 100644
--- a/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
+++ b/ACE/tests/Refcounted_Auto_Ptr_Test.cpp
@@ -26,10 +26,6 @@
#include "ace/Refcounted_Auto_Ptr.h"
#include "Refcounted_Auto_Ptr_Test.h"
-ACE_RCSID (tests,
- Refcounted_Auto_Ptr_Test,
- "$Id$")
-
ACE_Atomic_Op<ACE_SYNCH_MUTEX, unsigned int> Printer::current_instance_ (0);
ACE_Atomic_Op<ACE_SYNCH_MUTEX, long> Printer::instance_count_ (0);
@@ -294,7 +290,7 @@ static int n_loops = 10;
// methods. See Bugzilla #1925 for history.
typedef ACE_Refcounted_Auto_Ptr <Printer, ACE_Null_Mutex> Printer_Ptr;
-
+
static bool expect (const ACE_TCHAR *name,
const Printer_Ptr &ptr,
bool expect_null,
@@ -304,7 +300,7 @@ static bool expect (const ACE_TCHAR *name,
if (ptr.null () != expect_null)
{
if (expect_null)
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Expecting: %s null:: ")
ACE_TEXT ("Actual: Printer: %u; Count %d\n"),
name,
diff --git a/ACE/tests/SSL/Bug_2912_Regression_Test.cpp b/ACE/tests/SSL/Bug_2912_Regression_Test.cpp
index b08e2fca600..d589267a48f 100644
--- a/ACE/tests/SSL/Bug_2912_Regression_Test.cpp
+++ b/ACE/tests/SSL/Bug_2912_Regression_Test.cpp
@@ -37,10 +37,6 @@
#include "ace/Asynch_Connector.h"
#include "ace/Manual_Event.h"
-ACE_RCSID (tests,
- Bug_2912_Regression_Test,
- "$Id$")
-
/* Linux kernels can't hack multiple outstanding I/O, which this
test requires */
#if defined (ACE_HAS_THREADS) && \
diff --git a/ACE/tests/Service_Config_DLL.cpp b/ACE/tests/Service_Config_DLL.cpp
index c3d4be87e69..2d5ca2dd34a 100644
--- a/ACE/tests/Service_Config_DLL.cpp
+++ b/ACE/tests/Service_Config_DLL.cpp
@@ -20,10 +20,6 @@
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
-ACE_RCSID (tests,
- Service_Config_DLL,
- "$Id$")
-
static ACE_THR_FUNC_RETURN
invoke_service_config (void *arg)
{
diff --git a/ACE/tests/Service_Config_Test.cpp b/ACE/tests/Service_Config_Test.cpp
index 211966cda85..53473bf667b 100644
--- a/ACE/tests/Service_Config_Test.cpp
+++ b/ACE/tests/Service_Config_Test.cpp
@@ -28,10 +28,6 @@
#include "ace/Thread_Manager.h"
#include "ace/ARGV.h"
-ACE_RCSID (tests,
- Service_Config_Test,
- "$Id$")
-
static const u_int VARIETIES = 3;
static u_int error = 0;
diff --git a/ACE/tests/TkReactor_Test.cpp b/ACE/tests/TkReactor_Test.cpp
index 2b7a7634ae8..83117a71910 100644
--- a/ACE/tests/TkReactor_Test.cpp
+++ b/ACE/tests/TkReactor_Test.cpp
@@ -24,10 +24,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- TkReactor_Test,
- "$Id$")
-
#include "ace/Event_Handler.h"
#include "ace/Acceptor.h"
#include "ace/SOCK_Acceptor.h"
diff --git a/ACE/tests/XtAthenaReactor_Test.cpp b/ACE/tests/XtAthenaReactor_Test.cpp
index 8a3245574b5..3cfdd7794d3 100644
--- a/ACE/tests/XtAthenaReactor_Test.cpp
+++ b/ACE/tests/XtAthenaReactor_Test.cpp
@@ -27,11 +27,6 @@
// ============================================================================
#include "test_config.h"
-
-ACE_RCSID (tests,
- XtAthenaReactor_Test,
- "$Id$")
-
#include "ace/XtReactor/XtReactor.h"
#include "ace/Event_Handler.h"
#include "ace/Acceptor.h"
diff --git a/ACE/tests/XtMotifReactor_Test.cpp b/ACE/tests/XtMotifReactor_Test.cpp
index 37be8a2a07b..f80b2e5986e 100644
--- a/ACE/tests/XtMotifReactor_Test.cpp
+++ b/ACE/tests/XtMotifReactor_Test.cpp
@@ -28,9 +28,6 @@
#include "test_config.h"
-ACE_RCSID (tests,
- XtMotifReactor_Test,
- "$Id$")
#include "ace/XtReactor/XtReactor.h"
#include "ace/Event_Handler.h"
#include "ace/Acceptor.h"