Skip to content
Snippets Groups Projects
Commit 2690ba02 authored by Pooja Sharma's avatar Pooja Sharma
Browse files

issue/3019582: Applied suggestion JUnitConverterTest.

parent 0d47da38
No related branches found
No related tags found
1 merge request!8569Resolve #3019582 "Data save col long"
......@@ -95,7 +95,7 @@ public function testXmlElementToRows(): void {
*/
public function testConvertTestCaseToSimpletestRow(string $junitXmlString, array $expectedSimpletestRow): void {
$this->assertEquals($expectedSimpletestRow, JUnitConverter::convertTestCaseToSimpletestRow($expectedSimpletestRow['test_id'], new \SimpleXMLElement($junitXmlString)));
$this->assertLessThanOrEqual(255, strlen($expectedSimpletestRow['function']), 'Function value is less than or equal to 255');
$this->assertLessThanOrEqual(255, strlen($expectedSimpletestRow['function']));
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment