Author: ygrego Date: 2015-06-11 14:39:32 +0000 (Thu, 11 Jun 2015) New Revision: 1701 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1701 Log: Theses tests are dependent on tv's hardwares. Modified: oipf/test/js/TestConfig.js Modified: oipf/test/js/TestConfig.js =================================================================== --- oipf/test/js/TestConfig.js 2015-06-11 13:21:12 UTC (rev 1700) +++ oipf/test/js/TestConfig.js 2015-06-11 14:39:32 UTC (rev 1701) @@ -32,7 +32,7 @@ this.startEndStates = { "00": "unrealizedToUnrealized", - "01": "unrealizedToConnecting", +// "01": "unrealizedToConnecting", "12": "connectingToPresenting", "33": "stopToStop", "nullnull": "noStatesDefined" @@ -42,8 +42,17 @@ this.superBeforeTest = this.beforeTest; this.superOnChangeState = this.onChangeState; + } + testBindToCurrentChannelInStoppedWhenNoTuner(resolve, reject) { + reject("This test depend on tv's hardwares."); + } + + testBindToCurrentChannelWhenNoChannelPresentation(resolve, reject) { + reject("This test depend on tv's hardwares."); + } + onChangeState(resolve, reject, event) { this.superOnChangeState.call(this, resolve, reject, event.state, event.error);