Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84036 - in trunk/libs/geometry/index/test: . algorithms
From: adam.wulkiewicz_at_[hidden]
Date: 2013-04-24 09:51:53


Author: awulkiew
Date: 2013-04-24 09:51:53 EDT (Wed, 24 Apr 2013)
New Revision: 84036
URL: http://svn.boost.org/trac/boost/changeset/84036

Log:
geometry.index test: names of test-suites names changed to the older ones in order to be consistent with the rest of Boost.Geometry.
Text files modified:
   trunk/libs/geometry/index/test/Jamfile.v2 | 2 +-
   trunk/libs/geometry/index/test/algorithms/Jamfile.v2 | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/geometry/index/test/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/index/test/Jamfile.v2 (original)
+++ trunk/libs/geometry/index/test/Jamfile.v2 2013-04-24 09:51:53 EDT (Wed, 24 Apr 2013)
@@ -17,7 +17,7 @@
         <toolset>msvc:<asynch-exceptions>on
     ;
 
-test-suite geometry/index
+test-suite boost-geometry-index
     :
     [ run varray.cpp ]
     ;

Modified: trunk/libs/geometry/index/test/algorithms/Jamfile.v2
==============================================================================
--- trunk/libs/geometry/index/test/algorithms/Jamfile.v2 (original)
+++ trunk/libs/geometry/index/test/algorithms/Jamfile.v2 2013-04-24 09:51:53 EDT (Wed, 24 Apr 2013)
@@ -6,7 +6,7 @@
 # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt)
 
-test-suite geometry/index/algorithms
+test-suite boost-geometry-index-algorithms
     :
     [ run content.cpp ]
         [ run intersection_content.cpp ] # this tests overlap() too


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