From 84425606c6de76571251b7e02da838f05186e7bc Mon Sep 17 00:00:00 2001 From: Esteban Lorenzano Date: Mon, 18 Dec 2023 11:32:09 +0100 Subject: [PATCH] remove test (it was testing a removed functionality) --- .../SpListCommonPropertiestTest.class.st | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st b/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st index ab2891c8..bb52fbc6 100644 --- a/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st +++ b/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st @@ -27,15 +27,6 @@ SpListCommonPropertiestTest >> testChangingFromSingleToMultipleSelection [ self assert: presenter isMultipleSelection ] -{ #category : 'tests' } -SpListCommonPropertiestTest >> testEnablingFilteringUpdateOpenedList [ - self deny: self adapter hasFilter. - presenter matchSubstring. - self assert: self adapter hasFilter. - presenter itemFilter: nil. - self deny: self adapter hasFilter -] - { #category : 'tests' } SpListCommonPropertiestTest >> testRemoveHeaderTitleInPresenterRemovesColumnHeaderMorph [ self flag: #pharo7.