File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
RetailCoder.VBE/UI/UnitTesting Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 260260 <CollectionViewSource x : Key =" ResultsByModule" Source =" {Binding Model.Tests}" >
261261 <CollectionViewSource .SortDescriptions>
262262 <componentModel : SortDescription PropertyName =" Declaration.QualifiedName.QualifiedModuleName.Name" />
263+ <componentModel : SortDescription PropertyName =" Declaration.QualifiedName.MemberName" />
263264 </CollectionViewSource .SortDescriptions>
264265 <CollectionViewSource .GroupDescriptions>
265266 <PropertyGroupDescription PropertyName =" Declaration.QualifiedName.QualifiedModuleName.Name" />
269270 <CollectionViewSource x : Key =" ResultsByOutcome" Source =" {Binding Model.Tests}" >
270271 <CollectionViewSource .SortDescriptions>
271272 <componentModel : SortDescription PropertyName =" Result.Outcome" />
273+ <componentModel : SortDescription PropertyName =" Declaration.QualifiedName.MemberName" />
272274 </CollectionViewSource .SortDescriptions>
273275 <CollectionViewSource .GroupDescriptions>
274276
You can’t perform that action at this time.
0 commit comments