Skip to content

Regression tests

Roger B. Dannenberg edited this page Aug 19, 2020 · 1 revision

Connection-Deletion crash

  • add any two modules, connect them
  • delete one of them
  • add any module Expected outcome: two modules on screen. Observed problem: The project crashes.

Connection-Deletion crash (2)

This may be the same problem as the previous one:

  • add a Player
  • add a Mixer
  • add a Speaker
  • connect Player to Mixer
  • connect Mixer to Speaker
  • delete Mixer
  • delete Speaker Expected outcome: speaker is deleted Observed problem: speaker is not deleted

Clone this wiki locally