Commented out unit test with local path

This commit is contained in:
Magne Sjaastad
2016-05-04 14:32:28 +02:00
parent 5640621049
commit 8f3b88c798

View File

@@ -29,6 +29,7 @@
#include <memory>
/*
void printDateAndValues(const std::vector<QDateTime>& dates, const std::vector<double>& values)
{
EXPECT_TRUE(dates.size() == values.size());
@@ -85,7 +86,6 @@ TEST(RifEclipseSummaryTest, SummaryToolsFindSummaryFiles)
}
}
/*
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------