GemTalk / PharoGemStoneFFI

GemStone GCI access via Pharo FFI
MIT License
1 stars 4 forks source link

GsSessionTest>>testLogin -- GciThreadSafeInterface did not understand #ifTrue: #11

Closed martinmcclure closed 3 years ago

martinmcclure commented 3 years ago

GsSessionTest>>testLogin fails with Instance of GciThreadSafeInterface did not understand #ifTrue:

The test fails on the line

    assert: sess logout .

This test is the only code that cares about what is answered from #logout. It seems like a reasonable solution is to make #logout answer true upon success.

martinmcclure commented 3 years ago

Fixed in commit 92fac482.

martinmcclure commented 3 years ago

Seems to test OK, so pushed to development and main.