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.
GsSessionTest>>testLogin fails with Instance of GciThreadSafeInterface did not understand #ifTrue:
The test fails on the line
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.