Commit f8e0118
committed
refactor(reporting): handle case where classname is equal to test_case_name
In some cases, the classname can be equal to the test_case_name, which
leads us to create a test_name with double identical values concatenated.
To avoid this, we introduced a new clause.
Fixes MRGFY-59371 parent ac0f2cb commit f8e0118
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
199 | 203 | | |
200 | | - | |
| 204 | + | |
201 | 205 | | |
202 | 206 | | |
203 | 207 | | |
| |||
0 commit comments