Skip to content

Commit cd4ac24

Browse files
committed
MQE-544: Fixed verification test filenames and set assertFileEquals() to ignore cases.
1 parent 60a7244 commit cd4ac24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/verification/Tests/SuiteGenerationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public function testSuiteGeneration1()
5656
$groupName .
5757
DIRECTORY_SEPARATOR .
5858
TestManifest::TEST_MANIFEST_FILENAME;
59-
$expectedManifest = self::RESOURCES_DIR . DIRECTORY_SEPARATOR . __FUNCTION__ . ".txt";
60-
$this->assertFileEquals($expectedManifest, $actualManifest);
59+
$expectedManifest = self::RESOURCES_DIR . DIRECTORY_SEPARATOR . "TestSuiteGeneration1.txt";
60+
$this->assertFileEquals($expectedManifest, $actualManifest, '', true, true);
6161
}
6262

6363
public static function tearDownAfterClass()

0 commit comments

Comments
 (0)