提交 e3add1b0 编写于 作者: F fengjq

Bugfix for fileURI XTS

Signed-off-by: Nfengjq <fengjunqing@huawei.com>
上级 31f9eb99
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
*/ */
import fileUri from '@ohos.file.fileuri'; import fileUri from '@ohos.file.fileuri';
import fs from '@ohos.file.fs';
import { import {
describe, describe,
it, it,
...@@ -24,6 +25,7 @@ from '@ohos/hypium' ...@@ -24,6 +25,7 @@ from '@ohos/hypium'
export default function fileuri_test() { export default function fileuri_test() {
describe('file_uri_test', function () { describe('file_uri_test', function () {
const CONTENT = "Hello World!";
/** /**
* @tc.number SUB_STORAGE_FileUri_GetUriFromPath_0000 * @tc.number SUB_STORAGE_FileUri_GetUriFromPath_0000
* @tc.name FileUri_GetUriFromPath_000 * @tc.name FileUri_GetUriFromPath_000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册