Code review comment for lp:~azzar1/unity/set-startup-id

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

92 + if self.app_is_running("Calculator"):
93 + self.skipTest("Calculator is already running.")

Why not closing it if, instead of skipping the test?

Anyway looks good.

« Back to merge proposal