Skip to content

Commit

Permalink
return the failing part of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullatif Ghajar committed May 26, 2021
1 parent 7a93743 commit 55db548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ testContents
self changesBrowser changeListSelectionIndex: 1.
self assert: (self changesBrowser contents attributesAt: 1) size = 0.

"self changesBrowser changeListSelectionIndex: 2.
self changesBrowser changeListSelectionIndex: 2.
self assert: (1 to: 16) equals: (self changesBrowser contents find: TextEmphasis normal).
self assert: (17 to: 31) equals: (self changesBrowser contents find: TextColor red)."
"self assert: (32 to: 44) equals: (self changesBrowser contents find: TextColor blue)."
self assert: (17 to: 31) equals: (self changesBrowser contents find: TextColor red).
self assert: (32 to: 44) equals: (self changesBrowser contents find: TextColor blue).

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tearDown" : "SV 7/26/2020 12:44",
"testBuildingChangesBrowser" : "mg 7/2/2020 13:53",
"testClipChangeListSelectionIndexToValidValue" : "SV 8/7/2020 22:11",
"testContents" : "abd 5/26/2021 16:43",
"testContents" : "abd 5/26/2021 16:53",
"testCorrectChangeDescriptions" : "abd 5/26/2021 15:29",
"testCorrectChangeListItemsSelectedOnInitialization" : "gf 7/25/2020 21:20",
"testCorrectChangeListItemsSelectedWhenClicked" : "gf 7/25/2020 21:24",
Expand Down

0 comments on commit 55db548

Please sign in to comment.