mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2066 Observed Data : Detect scaling
This commit is contained in:
@@ -9,8 +9,7 @@
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(FixedWidthDataParser, BasicUsage)
|
||||
{
|
||||
QString data = R"(
|
||||
1
|
||||
QString data = R"(1
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
SUMMARY OF RUN NORNE_ATW2013_RFTPLT_V3 ECLIPSE 2016.2 DATESTAMP 13-DEC-2016
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
@@ -76,8 +75,7 @@ TEST(FixedWidthDataParser, ColumnData)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(FixedWidthDataParser, DetectFixedWidth)
|
||||
{
|
||||
QString data = R"(
|
||||
1
|
||||
QString data = R"(1
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
SUMMARY OF RUN NORNE_ATW2013_RFTPLT_V3 ECLIPSE 2016.2 DATESTAMP 13-DEC-2016
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
@@ -204,8 +202,7 @@ TEST(FixedWidthDataParser, VaryingTimeStepCount)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(FixedWidthDataParser, HandlingOfStepType)
|
||||
{
|
||||
QString data = R"(
|
||||
1
|
||||
QString data = R"(1
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
SUMMARY OF RUN NORNE_ATW2013_RFTPLT_V3 ECLIPSE 2016.2 DATESTAMP 13-DEC-2016 USER dtb MACHINE stj-lcb01-01-03
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
@@ -274,8 +271,7 @@ TEST(FixedWidthDataParser, HandlingOfStepType)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(FixedWidthDataParser, ParsingOfHeaderWithCompletions)
|
||||
{
|
||||
QString data = R"(
|
||||
1
|
||||
QString data = R"(1
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
SUMMARY OF RUN NORNE_ATW2013_RFTPLT_V3 ECLIPSE 2016.2 DATESTAMP 13-DEC-2016 USER dtb MACHINE stj-lcb01-01-03
|
||||
-------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user