andreasgal / B2G

Boot to Gecko aims to create a complete, standalone operating system for the open web.
https://wiki.mozilla.org/B2G
909 stars 158 forks source link

Caller no longer gets notified of 'ringing' statechange #223

Closed jonallengriffin closed 12 years ago

jonallengriffin commented 12 years ago

A test failure in the b2g CI showed up starting with commit http://github.com/andreasgal/B2G/commit/c86c236be82d82d9e4d9ac70f308e3121b1081ed, in which the 'statechange' event for a caller is not being fired for the 'ringing' state.

The test error is:

TEST-UNEXPECTED-FAIL | Traceback (most recent call last): File "/data/jenkins/jobs/b2g-test/workspace/marionette/marionette/tests/emulator/test_dial_listeners.py", line 78, in test_dial_listeners self.assertTrue('ringing' in sender.execute_script("return window.wrappedJSObject.sender_state;")) AssertionError: False is not True

The test case is at:

https://github.com/jonallengriffin/marionette_client/blob/master/marionette/tests/emulator/test_dial_listeners.py

jonallengriffin commented 12 years ago

This was due to https://bugzilla.mozilla.org/show_bug.cgi?id=736258; the test case has been updated.