00001
00009 #ifndef ORG_PROGGEN_DEDUPE_TEST_TESTFILESEARCH_H
00010 #define ORG_PROGGEN_DEDUPE_TEST_TESTFILESEARCH_H
00011
00012 #include <boost/test/unit_test.hpp>
00013
00014 #include "testenvironment.h"
00015
00016 namespace Dedupe
00017 {
00018 namespace Test
00019 {
00020 class TFileInfoFixture
00021 {
00022 public:
00023 TFileInfoFixture();
00024 virtual ~TFileInfoFixture();
00025 Dedupe::Test::TestEnvironment Env;
00026 Dedupe::FilePath PathToTestfiles;
00027 };
00028 }
00029 }
00030
00031
00032 #endif