plugins/dummy: Implement inbound property

Also simulating dialing/ringing/active state changes for outbound
calls.
This commit is contained in:
Bob Ham
2019-06-28 09:59:41 +01:00
parent 0dc906c2bb
commit 824395b040
5 changed files with 130 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ test_dummy_call_get_state (CallFixture *fixture,
{
CallsCallState state;
state = calls_call_get_state (CALLS_CALL (fixture->dummy_call));
g_assert_true (state == CALLS_CALL_STATE_ACTIVE);
g_assert_true (state == CALLS_CALL_STATE_DIALING);
}