diff --git a/extensions/test/gis/Jamfile.v2 b/extensions/test/gis/Jamfile.v2 index ac76bde76..bc67517dd 100644 --- a/extensions/test/gis/Jamfile.v2 +++ b/extensions/test/gis/Jamfile.v2 @@ -5,11 +5,14 @@ # Copyright (c) 2009-2012 Mateusz Loskot, London, UK. # Copyright (c) 2015 Adam Wulkiewicz, Lodz, Poland. # +# This file was modified by Oracle on 2017. +# Modifications copyright (c) 2017, Oracle and/or its affiliates. +# Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle +# # Use, modification and distribution is subject to the Boost Software License, # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) build-project io ; build-project latlong ; -build-project projections ; diff --git a/extensions/test/gis/projections/Jamfile.v2 b/extensions/test/gis/projections/Jamfile.v2 deleted file mode 100644 index 8e68c39a3..000000000 --- a/extensions/test/gis/projections/Jamfile.v2 +++ /dev/null @@ -1,18 +0,0 @@ -# Boost.Geometry (aka GGL, Generic Geometry Library) -# -# Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands. -# Copyright (c) 2008-2012 Bruno Lalande, Paris, France. -# Copyright (c) 2009-2012 Mateusz Loskot, London, UK. -# -# Use, modification and distribution is subject to the Boost Software License, -# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) - -test-suite boost-geometry-extensions-gis-projections - : - [ run projection.cpp ] - [ run projections.cpp ] - [ run projections_combined.cpp ] - [ run projections_static.cpp ] - [ run projection_epsg.cpp ] - ; diff --git a/extensions/test/gis/projections/projections_combined.cpp b/extensions/test/gis/projections/projections_combined.cpp deleted file mode 100644 index 7e77722ad..000000000 --- a/extensions/test/gis/projections/projections_combined.cpp +++ /dev/null @@ -1,121 +0,0 @@ -// Boost.Geometry (aka GGL, Generic Geometry Library) -// Unit Test - -// Copyright (c) 2015 Barend Gehrels, Amsterdam, the Netherlands. - -// Use, modification and distribution is subject to the Boost Software License, -// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - - -#if defined(_MSC_VER) -#pragma warning( disable : 4305 ) // truncation double -> float -#endif // defined(_MSC_VER) - -#include - -#include -#include - -#include -#include -#include - - -#include -#include - -#include -#include -#include -#include - - -template