From cab0699d4c50af126b84d637e5801ecb8cf26638 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Mon, 4 Dec 2017 00:17:50 +0100 Subject: Fix typo in TestGitStorage: SapleDives -> SampleDives Signed-off-by: Berthold Stoeger --- tests/testgitstorage.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/testgitstorage.cpp') diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp index 2f14b3f18..9387fbd81 100644 --- a/tests/testgitstorage.cpp +++ b/tests/testgitstorage.cpp @@ -210,17 +210,17 @@ void TestGitStorage::testGitStorageCloudMerge() QDir localCacheDirectorySave(localCacheDir + "save"); QCOMPARE(localCacheDirectory.rename(localCacheDir + "save", localCacheDir), true); QCOMPARE(parse_file(qUtf8Printable(cloudTestRepo)), 0); - QCOMPARE(save_dives("./SapleDivesV3plus10-11-12-merged.ssrf"), 0); + QCOMPARE(save_dives("./SampleDivesV3plus10-11-12-merged.ssrf"), 0); clear_dive_file_data(); QCOMPARE(parse_file("./SampleDivesV3plus10local.ssrf"), 0); QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test11.xml"), 0); process_dives(false, false); QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test12.xml"), 0); process_dives(false, false); - QCOMPARE(save_dives("./SapleDivesV3plus10-11-12.ssrf"), 0); - QFile org("./SapleDivesV3plus10-11-12-merged.ssrf"); + QCOMPARE(save_dives("./SampleDivesV3plus10-11-12.ssrf"), 0); + QFile org("./SampleDivesV3plus10-11-12-merged.ssrf"); org.open(QFile::ReadOnly); - QFile out("./SapleDivesV3plus10-11-12.ssrf"); + QFile out("./SampleDivesV3plus10-11-12.ssrf"); out.open(QFile::ReadOnly); QTextStream orgS(&org); QTextStream outS(&out); -- cgit v1.2.3-70-g09d2