Author: ygrego Date: 2015-06-11 07:37:03 +0000 (Thu, 11 Jun 2015) New Revision: 1696 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1696 Log: Make tests about STOPPED state succeed. Modified: oipf/test/js/TestCase.js Modified: oipf/test/js/TestCase.js =================================================================== --- oipf/test/js/TestCase.js 2015-06-10 21:21:41 UTC (rev 1695) +++ oipf/test/js/TestCase.js 2015-06-11 07:37:03 UTC (rev 1696) @@ -10,6 +10,7 @@ this.UNREALIZED = videoBroadcastConstants.state.UNREALIZED; this.CONNECTING = videoBroadcastConstants.state.CONNECTING; this.PRESENTING = videoBroadcastConstants.state.PRESENTING; + this.STOPPED = videoBroadcastConstants.state.STOPPED; this.SCHEDULED = recordingConstants.state.SCHEDULED; this.STARTED = recordingConstants.state.STARTED; this.COMPLETED = recordingConstants.state.COMPLETED;