Nicolas, we have a 5.2 project now and I looking all which seems a bug for made a bug report in Mantis mention the mail.
First I test on 5.2 AllInOne for see if bug shows.
I hear the sound so you think this is stilla issue ?

Edgar
@morplenauta



On 06/04/2018, 16:52, "Nicolas Cellier" <nicolas.cellier.aka.nice@gmail.com> wrote:

Hi Marcel, Tobias,
I encountered a bug, when playing a sound, the default SoundService (class inst var) was not a class (BasedSoundService) but an instance (a BasedSoundService).

Why?
Because, there is a TileMorphTest>>setUp that remember which is the default, then tries to restore it in tearDown.
It used to work.

But, in between, SoundService default and defaultOrNil have been re-defined so as to answer an instance rather than a class.

Thus, when we play the tests, we can no more play the sounds...

I hesitate to open a Mantis issue, no one read nor close them, so the bug report is only here for the moment.