summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Miika Turkia <miika.turkia@gmail.com>2017-02-09 06:31:58 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-02-09 09:22:30 -0800
commit19a2c28b1a79237804dd7f0eb6470b0c0358e4a0 (patch)
treeebd91c4727dea2230c743c6bea5f99f860e91684 /tests
parentd23717523bf577fb6565d28dd91247bb095fe2ec (diff)
downloadsubsurface-19a2c28b1a79237804dd7f0eb6470b0c0358e4a0.tar.gz
Fix typo on parse testing
Diffstat (limited to 'tests')
-rw-r--r--tests/testparse.cpp2
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);