未验证 提交 8c23485f 编写于 作者: O openharmony_ci 提交者: Gitee

!9911 Bugfix for fileURI XTS

Merge pull request !9911 from 冯俊青/fileURI
...@@ -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.
先完成此消息的编辑!
想要评论请 注册