提交 ad02e8b3 编写于 作者: W wTong6 提交者: wTong888

fixed b6a2c905 from https://gitee.com/wTong6/xts_acts/pulls/6804

modify avsession acts
Signed-off-by: NwTong6 <wangtong94@huawei.com>
上级 2fa6396c
...@@ -1317,6 +1317,9 @@ export default function AVSession() { ...@@ -1317,6 +1317,9 @@ export default function AVSession() {
console.info('TestLog: AVSessionTest : Set LaunchAbility failed'); console.info('TestLog: AVSessionTest : Set LaunchAbility failed');
expect(false).assertTrue(); expect(false).assertTrue();
} }
}).catch((error) => {
console.info(`TestLog: compare LaunchAbility error: code: ${err.code}, message: ${err.message}`);
expect(false).assertTrue();
}); });
done(); done();
}) })
......
...@@ -13,19 +13,15 @@ ...@@ -13,19 +13,15 @@
* limitations under the License. * limitations under the License.
*/ */
import AVSession from './AVSession.test.js'; import AVSession from './AVSession.test.js';
import AVSessionController from './AVSessionController.test.js';
import AVSessionManager from './AVSessionManager.test.js'; import AVSessionManager from './AVSessionManager.test.js';
import AVSessionCallback from './AVSessionCallback.test.js'; import AVSessionCallback from './AVSessionCallback.test.js';
import AVSessionControllerCallback from './AVSessionControllerCallback.test.js';
import AVSessionManagerCallback from './AVSessionManagerCallback.test.js'; import AVSessionManagerCallback from './AVSessionManagerCallback.test.js';
import AVSessionErrorCode from './AVSessionErrorCode.test'; import AVSessionErrorCode from './AVSessionErrorCode.test';
export default function testsuite() { export default function testsuite() {
AVSession() AVSession()
AVSessionController()
AVSessionManager() AVSessionManager()
AVSessionCallback() AVSessionCallback()
AVSessionControllerCallback()
AVSessionManagerCallback() AVSessionManagerCallback()
AVSessionErrorCode() AVSessionErrorCode()
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册