From 8159d6abf29c3618d2a3a7d8084f303d5a057594 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 13 Feb 2015 09:56:22 -0600 Subject: Test stream change base cases --- tests/volume-control-mock.vala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/volume-control-mock.vala') diff --git a/tests/volume-control-mock.vala b/tests/volume-control-mock.vala index 4de5975..4b846bf 100644 --- a/tests/volume-control-mock.vala +++ b/tests/volume-control-mock.vala @@ -39,5 +39,9 @@ public class VolumeControlMock : VolumeControl public VolumeControlMock() { ready = true; + this.notify["mock-stream"].connect(() => this.notify_property("stream")); + this.notify["mock-high-volume"].connect(() => this.notify_property("high-volume")); + this.notify["mock-mute"].connect(() => this.notify_property("mute")); + this.notify["mock-is-playing"].connect(() => this.notify_property("is-playing")); } } -- cgit v1.2.3