提交 a97bffad 编写于 作者: R raoxian

新增randomaccessfile测试用例

Signed-off-by: Nraoxian <raoxian@huawei.com>
上级 6761a358
...@@ -676,7 +676,6 @@ describe('fileio_randomAccessFile_read', function () { ...@@ -676,7 +676,6 @@ describe('fileio_randomAccessFile_read', function () {
it('fileio_randomaccessfile_read_async_010', 0, async function (done) { it('fileio_randomaccessfile_read_async_010', 0, async function (done) {
let fpath = await nextFileName('fileio_randomaccessfile_read_async_010'); let fpath = await nextFileName('fileio_randomaccessfile_read_async_010');
try { try {
let randomaccessfile = await fileio.createRandomAccessFile(fpath, 0, 0o102); let randomaccessfile = await fileio.createRandomAccessFile(fpath, 0, 0o102);
let length = 4096; let length = 4096;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册