SmallSense__SmalltalkEditSupportTests.st
changeset 458 de41bf2025c0
parent 454 9ecaf7d56abe
equal deleted inserted replaced
457:dddd3409f0a0 458:de41bf2025c0
    73     codeViewInteractor type: 't'.
    73     codeViewInteractor type: 't'.
    74     Delay waitForMilliseconds: 250.
    74     Delay waitForMilliseconds: 250.
    75     codeViewInteractor type: 'h'.
    75     codeViewInteractor type: 'h'.
    76     self assert: (codeView list at: 2) = '    thisContext'.
    76     self assert: (codeView list at: 2) = '    thisContext'.
    77     Delay waitForMilliseconds: 250.
    77     Delay waitForMilliseconds: 250.
    78     codeViewInteractor type: 'isContext'.
    78     codeViewInteractor type: 'i'.
       
    79     codeViewInteractor type:'sContext'.
    79     self assert: (codeView list at: 2) = '    thisContext'.
    80     self assert: (codeView list at: 2) = '    thisContext'.
    80 
    81 
    81     "Created: / 23-07-2014 / 23:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    82     "Created: / 23-07-2014 / 23:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    82     "Modified: / 11-08-2014 / 14:58:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    83     "Modified: / 03-05-2015 / 23:50:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    83 !
    84 !
    84 
    85 
    85 test_complete_if_unambiguous_02
    86 test_complete_if_unambiguous_02
    86 
    87 
    87     UserPreferences current smallSenseCompleteIfUnambiguous: true.  
    88     UserPreferences current smallSenseCompleteIfUnambiguous: true.