mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Regression Test : Compare CaseInsensitive
This commit is contained in:
parent
bce10fb133
commit
50be372425
@ -137,7 +137,7 @@ void RiaRegressionTestRunner::runRegressionTest(const QString& testRootPath, con
|
||||
for (auto s : testFilter)
|
||||
{
|
||||
QString trimmed = s.trimmed();
|
||||
if (baseName.contains(trimmed))
|
||||
if (baseName.contains(trimmed, Qt::CaseInsensitive))
|
||||
{
|
||||
subset.push_back(fi);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user