Skip to content

Commit

Permalink
result dialog: fix updating of results when using "select all" et al.…
Browse files Browse the repository at this point in the history
… for tests/categories
  • Loading branch information
LinqLover committed Dec 22, 2024
1 parent 136723f commit 04a4c49
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
inheritance
testCategoriesSelected: aSet

super testCategoriesSelected: aSet.
self updateResults.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
inheritance
testsSelected: aSet

super testsSelected: aSet.
self updateResults.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"selectNoResults" : "NA 7/16/2015 12:47",
"selectionButtonString" : "NA 7/30/2015 14:46",
"selectorEnvironmentForResults" : "BD 7/13/2018 11:51",
"testAt:put:" : "NA 7/2/2015 19:29",
"testCategoriesBottom" : "NA 7/1/2015 11:44",
"testCategoryAt:put:" : "NA 7/2/2015 19:30",
"testCategoriesSelected:" : "ct 12/22/2024 01:35",
"testsFrame" : "BD 6/29/2018 12:54",
"testsSelected:" : "ct 12/22/2024 01:35",
"toggleResultOrdering" : "NA 7/2/2015 10:13",
"toggleResultView" : "ct 12/21/2024 18:59",
"toggleSelection" : "NA 7/2/2015 10:13",
Expand Down

0 comments on commit 04a4c49

Please sign in to comment.