Skip to content

Commit e47d360

Browse files
committed
Tests : Don't include boost/test/floating_point_comparison.hpp
This header is deprecated, and should be replaced with `boost/test/tools/floating_point_comparison.hpp`. But that doesn't seem to be necessary for the tests to compile or to pass, so I have simply removed the includes.
1 parent 4629329 commit e47d360

File tree

9 files changed

+0
-14
lines changed

9 files changed

+0
-14
lines changed

test/IECore/DataConversionTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4646
IECORE_POP_DEFAULT_VISIBILITY
4747

4848
#include "boost/random.hpp"
49-
#include "boost/test/floating_point_comparison.hpp"
5049

5150
#include <cassert>
5251

test/IECore/DataConvertTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4444
#include "boost/test/unit_test.hpp"
4545
IECORE_POP_DEFAULT_VISIBILITY
4646

47-
#include "boost/test/floating_point_comparison.hpp"
48-
4947
#include <cassert>
5048

5149
namespace IECore

test/IECore/DespatchTypedDataTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4545
#include "boost/test/unit_test.hpp"
4646
IECORE_POP_DEFAULT_VISIBILITY
4747

48-
#include "boost/test/floating_point_comparison.hpp"
49-
5048
#include <cassert>
5149

5250
using namespace Imath;

test/IECore/IndexedIOTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4343
#include "boost/test/unit_test.hpp"
4444
IECORE_POP_DEFAULT_VISIBILITY
4545

46-
#include "boost/test/floating_point_comparison.hpp"
47-
4846
#include <cassert>
4947
#include <iostream>
5048
#include <string>

test/IECore/InterpolatorTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4949
#include "boost/test/unit_test.hpp"
5050
IECORE_POP_DEFAULT_VISIBILITY
5151

52-
#include "boost/test/floating_point_comparison.hpp"
53-
5452
namespace IECore
5553
{
5654
void addInterpolatorTest(boost::unit_test::test_suite* test);

test/IECore/LevenbergMarquardtTest.inl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
#include "OpenEXR/ImathRandom.h"
3737

3838
#include "boost/math/tools/rational.hpp"
39-
#include "boost/test/floating_point_comparison.hpp"
4039

4140
using namespace IECore;
4241
using namespace Imath;

test/IECore/RadixSortTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4444
IECORE_POP_DEFAULT_VISIBILITY
4545

4646
#include "boost/random.hpp"
47-
#include "boost/test/floating_point_comparison.hpp"
4847

4948
#include <cassert>
5049
#include <iostream>

test/IECore/SpaceTransformTest.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
4949
#include "boost/test/unit_test.hpp"
5050
IECORE_POP_DEFAULT_VISIBILITY
5151

52-
#include "boost/test/floating_point_comparison.hpp"
53-
5452
#include <cassert>
5553

5654
#include <limits.h>

test/IECore/SweepAndPruneTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ IECORE_PUSH_DEFAULT_VISIBILITY
5252
IECORE_POP_DEFAULT_VISIBILITY
5353

5454
#include "boost/random.hpp"
55-
#include "boost/test/floating_point_comparison.hpp"
5655

5756
#include <cassert>
5857
#include <iostream>

0 commit comments

Comments
 (0)