From 6e73c470a42e4081babe68f9c4ce00a2014f0ca8 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 11 Jan 2011 22:19:57 +0000 Subject: [PATCH] Removed BOOST_FILESYSTEM_VERSION setting from test cases and removed Filesystem v2 workaround [SVN r68001] --- test/all_planar_input_files_test.cpp | 2 -- test/parallel_edges_loops_test.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/all_planar_input_files_test.cpp b/test/all_planar_input_files_test.cpp index ff9aabde..65793192 100644 --- a/test/all_planar_input_files_test.cpp +++ b/test/all_planar_input_files_test.cpp @@ -18,8 +18,6 @@ This test needs to be linked against Boost.Filesystem. */ -#define BOOST_FILESYSTEM_VERSION 3 - #include #include #include diff --git a/test/parallel_edges_loops_test.cpp b/test/parallel_edges_loops_test.cpp index 42cd77fc..a6ab1cbc 100644 --- a/test/parallel_edges_loops_test.cpp +++ b/test/parallel_edges_loops_test.cpp @@ -16,8 +16,6 @@ This test needs to be linked against Boost.Filesystem. */ -#define BOOST_FILESYSTEM_VERSION 3 - #include #include #include