From 0da9eb6458fc2b0ced36de72aa01f8cfe9225abd Mon Sep 17 00:00:00 2001 From: mat007 Date: Wed, 26 Aug 2009 23:09:30 +0000 Subject: [PATCH] Renaming git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@4 860be788-9bd5-4423-9f1e-828f051e677b --- build/vc80/turtle.vcproj | 8 ++++---- build/vc80/turtle_test.vcproj | 8 ++++---- src/libraries/turtle/{tools.hpp => mock.hpp} | 0 src/tests/turtle_test/{tools_test.cpp => mock_test.cpp} | 2 +- src/tests/turtle_test/samples_test.cpp | 5 +---- 5 files changed, 10 insertions(+), 13 deletions(-) rename src/libraries/turtle/{tools.hpp => mock.hpp} (100%) rename src/tests/turtle_test/{tools_test.cpp => mock_test.cpp} (95%) diff --git a/build/vc80/turtle.vcproj b/build/vc80/turtle.vcproj index 2cadb7f..542057e 100644 --- a/build/vc80/turtle.vcproj +++ b/build/vc80/turtle.vcproj @@ -188,6 +188,10 @@ RelativePath="..\..\src\libraries\turtle\matcher.hpp" > + + @@ -212,10 +216,6 @@ RelativePath="..\..\src\libraries\turtle\sequence.hpp" > - - diff --git a/build/vc80/turtle_test.vcproj b/build/vc80/turtle_test.vcproj index 2da83b8..7f1f9b2 100644 --- a/build/vc80/turtle_test.vcproj +++ b/build/vc80/turtle_test.vcproj @@ -208,6 +208,10 @@ RelativePath="..\..\src\tests\turtle_test\invocation_test.cpp" > + + @@ -228,10 +232,6 @@ RelativePath="..\..\src\tests\turtle_test\sequence_test.cpp" > - - diff --git a/src/libraries/turtle/tools.hpp b/src/libraries/turtle/mock.hpp similarity index 100% rename from src/libraries/turtle/tools.hpp rename to src/libraries/turtle/mock.hpp diff --git a/src/tests/turtle_test/tools_test.cpp b/src/tests/turtle_test/mock_test.cpp similarity index 95% rename from src/tests/turtle_test/tools_test.cpp rename to src/tests/turtle_test/mock_test.cpp index 6b080a5..dbb2f88 100644 --- a/src/tests/turtle_test/tools_test.cpp +++ b/src/tests/turtle_test/mock_test.cpp @@ -6,7 +6,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include +#include #include #include diff --git a/src/tests/turtle_test/samples_test.cpp b/src/tests/turtle_test/samples_test.cpp index 2f519b9..593f2c2 100644 --- a/src/tests/turtle_test/samples_test.cpp +++ b/src/tests/turtle_test/samples_test.cpp @@ -6,10 +6,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#include -#include -#include -#include +#include #include #define BOOST_LIB_NAME boost_unit_test_framework