Commit 62d8f9b
committed
Fix error when test names contain --
We currently store the test's FullyQualifiedName in the id and separate it from other id components with --
This led to incorrectly splitting the test name if it contained a --
It may be a good idea to dynamically add a field to TestItem for FullyQualifiedName similar to what was donen for TestFramework1 parent 7e104df commit 62d8f9b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| 769 | + | |
| 770 | + | |
769 | 771 | | |
770 | | - | |
| 772 | + | |
771 | 773 | | |
772 | 774 | | |
773 | 775 | | |
| |||
0 commit comments