Skip to content

Commit

Permalink
Mark the new failing tests in BlCompositeSelectionTest as expected.
Browse files Browse the repository at this point in the history
See issue #489
  • Loading branch information
tinchodias committed Apr 8, 2024
1 parent 0199de3 commit badeace
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bloc-UnitedTests/BlCompositeSelectionTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ BlCompositeSelectionTest >> testDeselectADeselectedIndex [

{ #category : #tests }
BlCompositeSelectionTest >> testDeselectADeselectedIndex2 [
<expectedFailure>

| s |
s := BlCompositeSelection new.
Expand All @@ -44,6 +45,7 @@ BlCompositeSelectionTest >> testDeselectADeselectedIndex2 [

{ #category : #tests }
BlCompositeSelectionTest >> testSelectAllThenDeselectOneByOne [
<expectedFailure>

| s all |
s := BlCompositeSelection new.
Expand Down

0 comments on commit badeace

Please sign in to comment.