summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-15 14:57:55 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-15 14:57:55 +0000
commit4260d279f4bb394f0a3b6a812ee3204d6b800323 (patch)
tree6ceb516873a286d30047f917bf8856e2ae9b5608
parentb2cd7ba183714172799fc8e8509f7ad090f02fdf (diff)
downloadATCD-4260d279f4bb394f0a3b6a812ee3204d6b800323.tar.gz
Wed Aug 15 14:55:36 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-rw-r--r--ACE/ChangeLog20
-rwxr-xr-xACE/bin/fuzz.pl3
-rw-r--r--ACE/tests/ACE_Init_Test.h2
-rw-r--r--ACE/tests/ACE_Init_Test_Resource.h4
-rw-r--r--ACE/tests/ACE_Init_Test_StdAfx.h4
-rw-r--r--ACE/tests/Map_Test.cpp4
-rw-r--r--ACE/tests/OS_Test.cpp4
-rw-r--r--ACE/tests/QtReactor_Test.cpp2
-rw-r--r--ACE/tests/TP_Reactor_Test.h4
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp2
10 files changed, 33 insertions, 16 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 9c526a7dc6f..ba863c1fbbd 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,21 @@
+Wed Aug 15 14:55:36 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * tests/ACE_Init_Test.h:
+ * tests/ACE_Init_Test_Resource.h:
+ * tests/ACE_Init_Test_StdAfx.h:
+ * tests/Map_Test.cpp:
+ * tests/OS_Test.cpp:
+ * tests/QtReactor_Test.cpp:
+ * tests/TP_Reactor_Test.h:
+ * tests/Thread_Pool_Reactor_Resume_Test.cpp:
+
+ Untabify
+
+ * bin/fuzz.pl:
+
+ Remove tests directory from the list of excluded directories for
+ the tabs check.
+
Wed Aug 15 12:15:16 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
* protocols/tests/HTBP/Reactor_Tests/client.cpp:
@@ -11,7 +29,7 @@ Wed Aug 15 12:15:16 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
* protocols/tests/HTBP/ping/server.cpp:
* protocols/tests/HTBP/htbptest.mpb:
- Fix up tests to build correctly on wchar platforms and automake.
+ Fix up tests to build correctly on wchar platforms and automake.
Wed Aug 15 11:47:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 32ccc659ec5..ede03c264d9 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -309,8 +309,7 @@ sub check_for_tab ()
# directories for now to enable detection
# of new tabs introduced in the core
# of ACE/TAO/CIAO
- if (($file =~ /(ACE)*.*tests/i) ||
- ($file =~ /(ACE)*.*performance-tests/i) ||
+ if (($file =~ /(ACE)*.*performance-tests/i) ||
($file =~ /(ACE)*.*protocols/i) ||
($file =~ /(ACE)*.*netsvcs/i) ||
($file =~ /(ACE)*.*examples/i) ||
diff --git a/ACE/tests/ACE_Init_Test.h b/ACE/tests/ACE_Init_Test.h
index d4266376485..3916ff61b6f 100644
--- a/ACE/tests/ACE_Init_Test.h
+++ b/ACE/tests/ACE_Init_Test.h
@@ -28,7 +28,7 @@
#error include 'stdafx.h' before including this file for PCH
#endif
-#include "ACE_Init_Test_Resource.h" // main symbols
+#include "ACE_Init_Test_Resource.h" // main symbols
class CACE_Init_TestApp : public CWinApp
{
diff --git a/ACE/tests/ACE_Init_Test_Resource.h b/ACE/tests/ACE_Init_Test_Resource.h
index e32f29d5a6b..102cdab13e3 100644
--- a/ACE/tests/ACE_Init_Test_Resource.h
+++ b/ACE/tests/ACE_Init_Test_Resource.h
@@ -3,8 +3,8 @@
// Microsoft Visual C++ generated include file.
// Used by ACE_INIT_TEST.RC
//
-#define IDR_MAINFRAME 128
-#define IDD_ACE_INIT_TEST_DIALOG 102
+#define IDR_MAINFRAME 128
+#define IDD_ACE_INIT_TEST_DIALOG 102
// Next default values for new objects
//
diff --git a/ACE/tests/ACE_Init_Test_StdAfx.h b/ACE/tests/ACE_Init_Test_StdAfx.h
index ef04442a81d..9aa682148ef 100644
--- a/ACE/tests/ACE_Init_Test_StdAfx.h
+++ b/ACE/tests/ACE_Init_Test_StdAfx.h
@@ -27,7 +27,7 @@
#endif // _MSC_VER >= 1000
// Exclude rarely-used stuff from Windows headers
-#define VC_EXTRALEAN
+#define VC_EXTRALEAN
// MFC core and standard components
#include <afxwin.h>
@@ -35,7 +35,7 @@
#include <afxext.h>
#ifndef _AFX_NO_AFXCMN_SUPPORT
// MFC support for Windows Common Controls
-#include <afxcmn.h>
+#include <afxcmn.h>
#endif /* _AFX_NO_AFXCMN_SUPPORT */
//{{AFX_INSERT_LOCATION}} Microsoft Developer Studio will insert
diff --git a/ACE/tests/Map_Test.cpp b/ACE/tests/Map_Test.cpp
index b20d97912ed..fb08b5ae034 100644
--- a/ACE/tests/Map_Test.cpp
+++ b/ACE/tests/Map_Test.cpp
@@ -26,8 +26,8 @@ ACE_RCSID(tests, Map_Test, "$Id$")
#undef THIS_IS_NOT_AN_ASSERT_IT_IS_A_NON_DEBUG_TEST_AS_WELL
#define THIS_IS_NOT_AN_ASSERT_IT_IS_A_NON_DEBUG_TEST_AS_WELL(X) \
- ((X) \
- ? static_cast<void>(0) \
+ ((X) \
+ ? static_cast<void>(0) \
: ACE_VERSIONED_NAMESPACE_NAME::__ace_assert(__FILE__, __LINE__, ACE_TEXT_CHAR_TO_TCHAR (#X)))
// Value type.
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index 770cdcd9675..cbe0f4e96de 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -29,8 +29,8 @@ ACE_RCSID(tests, OS_Test, "$Id$")
#undef THIS_IS_NOT_AN_ASSERT_IT_IS_A_NON_DEBUG_TEST_AS_WELL
#define THIS_IS_NOT_AN_ASSERT_IT_IS_A_NON_DEBUG_TEST_AS_WELL(X) \
- ((X) \
- ? static_cast<void>(0) \
+ ((X) \
+ ? static_cast<void>(0) \
: ACE_VERSIONED_NAMESPACE_NAME::__ace_assert(__FILE__, __LINE__, ACE_TEXT_CHAR_TO_TCHAR (#X)))
// Test ACE_OS::access() to be sure a file's existence is correctly noted.
diff --git a/ACE/tests/QtReactor_Test.cpp b/ACE/tests/QtReactor_Test.cpp
index 740ad7279c7..1891a92de76 100644
--- a/ACE/tests/QtReactor_Test.cpp
+++ b/ACE/tests/QtReactor_Test.cpp
@@ -446,7 +446,7 @@ int TCPConnectionHandler::open (void * )
if (!serverSide_)
{
ACE_Message_Block *buffer = new ACE_Message_Block (TCPBytesToSend);
- char *bufferData = buffer->wr_ptr ();
+ char *bufferData = buffer->wr_ptr ();
int i;
for (i = buffer->size () - 1; i >= 0; --i)
diff --git a/ACE/tests/TP_Reactor_Test.h b/ACE/tests/TP_Reactor_Test.h
index 6ebfe56cece..1955608b034 100644
--- a/ACE/tests/TP_Reactor_Test.h
+++ b/ACE/tests/TP_Reactor_Test.h
@@ -95,7 +95,7 @@ public:
void stop (void);
int start (const ACE_INET_Addr & addr);
- // virtual from ACE_Acceptor<Receiver,ACE_SOCK_ACCEPTOR>
+ // virtual from ACE_Acceptor<Receiver,ACE_SOCK_ACCEPTOR>
virtual int make_svc_handler (Receiver * & sh);
private:
@@ -179,7 +179,7 @@ public:
void stop ();
int start (const ACE_INET_Addr & addr , int num);
- // virtual from ACE_Connector<>
+ // virtual from ACE_Connector<>
virtual int make_svc_handler (Sender * & sh);
private:
diff --git a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
index 1d05ae1a56f..59de935d0f7 100644
--- a/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Resume_Test.cpp
@@ -61,7 +61,7 @@ static size_t svr_thrno = ACE_MAX_THREADS;
#if defined (CHORUS) \
- || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test
+ || defined (ACE_VXWORKS) // default network parameters (MAX_BINDS and system buffers) are too small for full test
// Add platforms that can't handle too many
// connection simultaneously here.
#define ACE_LOAD_FACTOR /2