'From Squeak3.5 of ''11 April 2003'' [latest update: #5180] on 9 June 2003 at 5:38:27 pm'! "Change Set: KCP-0088-tDeprecationofChanges Date: 9 June 2003 Author: stephane ducasse Forgot to test that some method have been deprecated from SystemDictionary"! !CleanKernelTest methodsFor: 'query' stamp: 'sd 6/9/2003 17:27'! testRemoveBrowseChangedMessages "self run: #testRemoveBrowseChangedMessages" self assert: (self isSelector: #browseChangedMessages deprecatedInClass: #SystemDictionary). ! ! !CleanKernelTest methodsFor: 'query' stamp: 'sd 6/9/2003 16:57'! testRemoveFullScreenMode "self run: #testRemoveFullScreenMode" self assert: (self isSelector: #fullScreenMode: deprecatedInClass: #SystemDictionary). ! ! !CleanKernelTest methodsFor: 'query' stamp: 'sd 6/9/2003 17:01'! testRemoveNewChanges "self run: #testRemoveNewChanges" self assert: (self isSelector: #newChanges: deprecatedInClass: #SystemDictionary). ! ! !CleanKernelTest methodsFor: 'query' stamp: 'sd 6/9/2003 17:02'! testRemoveNoChanges "self run: #testRemoveNoChanges" self assert: (self isSelector: #noChanges: deprecatedInClass: #SystemDictionary). ! !