mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix typo in TestGitStorage: SapleDives -> SampleDives
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
fd34cd4830
commit
cab0699d4c
1 changed files with 4 additions and 4 deletions
|
@ -210,17 +210,17 @@ void TestGitStorage::testGitStorageCloudMerge()
|
||||||
QDir localCacheDirectorySave(localCacheDir + "save");
|
QDir localCacheDirectorySave(localCacheDir + "save");
|
||||||
QCOMPARE(localCacheDirectory.rename(localCacheDir + "save", localCacheDir), true);
|
QCOMPARE(localCacheDirectory.rename(localCacheDir + "save", localCacheDir), true);
|
||||||
QCOMPARE(parse_file(qUtf8Printable(cloudTestRepo)), 0);
|
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();
|
clear_dive_file_data();
|
||||||
QCOMPARE(parse_file("./SampleDivesV3plus10local.ssrf"), 0);
|
QCOMPARE(parse_file("./SampleDivesV3plus10local.ssrf"), 0);
|
||||||
QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test11.xml"), 0);
|
QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test11.xml"), 0);
|
||||||
process_dives(false, false);
|
process_dives(false, false);
|
||||||
QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test12.xml"), 0);
|
QCOMPARE(parse_file(SUBSURFACE_TEST_DATA "/dives/test12.xml"), 0);
|
||||||
process_dives(false, false);
|
process_dives(false, false);
|
||||||
QCOMPARE(save_dives("./SapleDivesV3plus10-11-12.ssrf"), 0);
|
QCOMPARE(save_dives("./SampleDivesV3plus10-11-12.ssrf"), 0);
|
||||||
QFile org("./SapleDivesV3plus10-11-12-merged.ssrf");
|
QFile org("./SampleDivesV3plus10-11-12-merged.ssrf");
|
||||||
org.open(QFile::ReadOnly);
|
org.open(QFile::ReadOnly);
|
||||||
QFile out("./SapleDivesV3plus10-11-12.ssrf");
|
QFile out("./SampleDivesV3plus10-11-12.ssrf");
|
||||||
out.open(QFile::ReadOnly);
|
out.open(QFile::ReadOnly);
|
||||||
QTextStream orgS(&org);
|
QTextStream orgS(&org);
|
||||||
QTextStream outS(&out);
|
QTextStream outS(&out);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue