Added symlink to test-data

This commit is contained in:
Joakim Hove
2013-04-02 13:05:24 +02:00
2 changed files with 3 additions and 2 deletions

1
testdata/statoil vendored Symbolic link
View File

@@ -0,0 +1 @@
/d/proj/bg/enkf/EclipseParser/testdata/unittests/

View File

@@ -112,7 +112,7 @@ BOOST_AUTO_TEST_CASE(ParseFileWithFewKeywords) {
//NOTE: needs statoil dataset
BOOST_AUTO_TEST_CASE(ParseFileWithManyKeywords) {
boost::filesystem::path multipleKeywordFile("testdata/gurbat_trimmed.DATA");
boost::filesystem::path multipleKeywordFile("testdata/statoil/gurbat_trimmed.DATA");
ParserPtr parser(new Parser());
@@ -123,7 +123,7 @@ BOOST_AUTO_TEST_CASE(ParseFileWithManyKeywords) {
//NOTE: needs statoil dataset
BOOST_AUTO_TEST_CASE(ParseFullTestFile) {
boost::filesystem::path multipleKeywordFile("testdata/ECLIPSE.DATA");
boost::filesystem::path multipleKeywordFile("testdata/statoil/ECLIPSE.DATA");
ParserPtr parser(new Parser());