提交 d7c2114a 编写于 作者: M mahaifeng

[file]修改测试用例

上级 f8e5ba14
......@@ -330,7 +330,7 @@ describe('ExtApi-FileManagerTest', () => {
await btnReadFileButton.tap()
await isDone()
let readFileRet = await getData('readFileRet')
expect(readFileRet.length).toEqual(208544)
expect(readFileRet.length).toEqual(5716)
let endStr = readFileRet.substring(readFileRet.length - 10)
expect(endStr).toEqual("///////w==")
......@@ -919,7 +919,7 @@ describe('ExtApi-FileManagerTest', () => {
expect(statsRet[2].stats.size).toEqual(10)
expect(statsRet[4].path).toMatch(new RegExp('.*/a/m/3.txt$'))
expect(statsRet[4].stats.size).toEqual(156406)
expect(statsRet[4].stats.size).toEqual(4286)
// 清理文件,避免影响其他测试用例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册