diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2017-02-09 06:31:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-09 09:22:30 -0800 |
commit | 19a2c28b1a79237804dd7f0eb6470b0c0358e4a0 (patch) | |
tree | ebd91c4727dea2230c743c6bea5f99f860e91684 /tests | |
parent | d23717523bf577fb6565d28dd91247bb095fe2ec (diff) | |
download | subsurface-19a2c28b1a79237804dd7f0eb6470b0c0358e4a0.tar.gz |
Fix typo on parse testing
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testparse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparse.cpp b/tests/testparse.cpp index fee0a1a73..77788f27d 100644 --- a/tests/testparse.cpp +++ b/tests/testparse.cpp @@ -335,7 +335,7 @@ void TestParse::testParseNewFormat() params[pnr++] = intdup(headers.indexOf(tr("Sample stopdepth"))); params[pnr++] = strdup("pressureField"); params[pnr++] = intdup(headers.indexOf(tr("Sample pressure"))); - params[pnr++] = strdup("setpointFiend"); + params[pnr++] = strdup("setpointField"); params[pnr++] = intdup(-1); params[pnr++] = strdup("separatorIndex"); params[pnr++] = intdup(2); |