|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84265 - trunk/libs/log/test/run
From: andrey.semashev_at_[hidden]
Date: 2013-05-13 05:25:59
Author: andysem
Date: 2013-05-13 05:25:58 EDT (Mon, 13 May 2013)
New Revision: 84265
URL: http://svn.boost.org/trac/boost/changeset/84265
Log:
Renamed tests to avoid the problem with Windows Server 2012 requiring elevated priviledges for running programs with 'patch' in their names.
Text files modified:
trunk/libs/log/test/run/util_dynamic_type_disp.cpp | 4 ++--
trunk/libs/log/test/run/util_static_type_disp.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: trunk/libs/log/test/run/util_dynamic_type_disp.cpp
==============================================================================
--- trunk/libs/log/test/run/util_dynamic_type_disp.cpp (original)
+++ trunk/libs/log/test/run/util_dynamic_type_disp.cpp 2013-05-13 05:25:58 EDT (Mon, 13 May 2013)
@@ -5,14 +5,14 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
/*!
- * \file util_dynamic_type_dispatcher.cpp
+ * \file util_dynamic_type_disp.cpp
* \author Andrey Semashev
* \date 09.01.2009
*
* \brief This header contains tests for the dynamic type dispatcher.
*/
-#define BOOST_TEST_MODULE util_dynamic_type_dispatcher
+#define BOOST_TEST_MODULE util_dynamic_type_disp
#include <string>
#include <boost/bind.hpp>
Modified: trunk/libs/log/test/run/util_static_type_disp.cpp
==============================================================================
--- trunk/libs/log/test/run/util_static_type_disp.cpp (original)
+++ trunk/libs/log/test/run/util_static_type_disp.cpp 2013-05-13 05:25:58 EDT (Mon, 13 May 2013)
@@ -5,14 +5,14 @@
* http://www.boost.org/LICENSE_1_0.txt)
*/
/*!
- * \file util_static_type_dispatcher.cpp
+ * \file util_static_type_disp.cpp
* \author Andrey Semashev
* \date 09.01.2009
*
* \brief This header contains tests for the static type dispatcher.
*/
-#define BOOST_TEST_MODULE util_static_type_dispatcher
+#define BOOST_TEST_MODULE util_static_type_disp
#include <string>
#include <typeinfo>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk