summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2820_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bug_2820_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2820_Regression_Test.cpp28
1 files changed, 14 insertions, 14 deletions
diff --git a/ACE/tests/Bug_2820_Regression_Test.cpp b/ACE/tests/Bug_2820_Regression_Test.cpp
index 68828bc7d65..93a9c1bc45c 100644
--- a/ACE/tests/Bug_2820_Regression_Test.cpp
+++ b/ACE/tests/Bug_2820_Regression_Test.cpp
@@ -72,9 +72,9 @@ run_main (int, ACE_TCHAR *[])
{
result = -1;
ACE_ERROR((LM_ERROR,
- ACE_TEXT("Reference count should increase by %d.")
- ACE_TEXT(" Initial count=%d, final count = %d\n"),
- notify_count, pre_notify_count, pos_notify_count));
+ ACE_TEXT("Reference count should increase by %d.")
+ ACE_TEXT(" Initial count=%d, final count = %d\n"),
+ notify_count, pre_notify_count, pos_notify_count));
}
ACE_auto_ptr_reset(reactor, (ACE_Reactor*)0);
@@ -91,16 +91,16 @@ run_main (int, ACE_TCHAR *[])
{
result = -1;
ACE_ERROR((LM_ERROR,
- ACE_TEXT("Reference count should have increased by 2.")
- ACE_TEXT(" Initial count=%d, final count = %d\n"),
- pre_notify_count, pos_release_count));
+ ACE_TEXT("Reference count should have increased by 2.")
+ ACE_TEXT(" Initial count=%d, final count = %d\n"),
+ pre_notify_count, pos_release_count));
}
ACE_DEBUG ((LM_INFO,
- ACE_TEXT("Ref count results. pre_notify refcount=%d,")
- ACE_TEXT(" pos_notify=%d, pos_delete=%d\n"),
- pre_notify_count, pos_notify_count, pos_release_count));
-
+ ACE_TEXT("Ref count results. pre_notify refcount=%d,")
+ ACE_TEXT(" pos_notify=%d, pos_delete=%d\n"),
+ pre_notify_count, pos_notify_count, pos_release_count));
+
// Remove a reference for each time we explicitly increased it.
v->remove_reference();
v->remove_reference();
@@ -108,10 +108,10 @@ run_main (int, ACE_TCHAR *[])
v->remove_reference();
ACE_DEBUG ((LM_INFO,
- ACE_TEXT("Ref count results. pre_notify refcount=%d,")
- ACE_TEXT(" pos_notify=%d, pos_delete=%d, pos_remove=%d\n"),
- pre_notify_count, pos_notify_count, pos_release_count,
- pos_remove_count));
+ ACE_TEXT("Ref count results. pre_notify refcount=%d,")
+ ACE_TEXT(" pos_notify=%d, pos_delete=%d, pos_remove=%d\n"),
+ pre_notify_count, pos_notify_count, pos_release_count,
+ pos_remove_count));
ACE_END_TEST;