Skip to content

Commit

Permalink
Update test_us_datafiles.cpp
Browse files Browse the repository at this point in the history
Test failure
  • Loading branch information
aaron-auc authored Aug 28, 2024
1 parent 7854771 commit 0badb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/test_us_datafiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void TestUSDataFiles::cleanupTestCase()
void TestUSDataFiles::test_no_existing_files()
{
bool newFile;
QString guid = "12345";
QString guid = "123456";
QString lfchar = "M";
QString lkupTag = "model";
QString lkupAtt = "guid";
Expand Down Expand Up @@ -98,4 +98,4 @@ void TestUSDataFiles::test_gap_in_numbering()
QString filename = US_DataFiles::get_filename(path, guid, lfchar, lkupTag, lkupAtt, newFile);
QCOMPARE(filename, path + QDir::separator() + "M0000001.xml"); // Should fill the gap
QVERIFY(newFile);
}
}

0 comments on commit 0badb88

Please sign in to comment.