提交 4bafab6a 编写于 作者: H Hollokin

fixed 744af9a8 from https://gitee.com/hollokin/xts_acts/pulls/7227

【输入法框架】修改d.ts文件名大小写
Signed-off-by: NHollokin <taoyuxin2@huawei.com>
上级 0eee9adc
......@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import inputMethodExtensionAbility from '@ohos.inputmethodextensionability'
import inputMethodExtensionAbility from '@ohos.InputMethodExtensionAbility'
export default class ImExtAbility extends inputMethodExtensionAbility {
......@@ -51,4 +51,4 @@ export default class ImExtAbility extends inputMethodExtensionAbility {
onDestroy() {
console.info("onDestroy: inputMethodExtensionAbility destroy.");
}
}
\ No newline at end of file
}
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium"
import inputMethod from '@ohos.inputmethod'
import inputMethod from '@ohos.inputMethod'
export default function imeAbilityTest(abilityContext) {
describe('imeAbilityTest', function () {
......@@ -110,4 +110,4 @@ export default function imeAbilityTest(abilityContext) {
done();
})
})
}
\ No newline at end of file
}
......@@ -13,8 +13,8 @@
* limitations under the License.
*/
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from "@ohos/hypium"
import inputMethod from '@ohos.inputmethod';
import subtype from '@ohos.inputMethodSubtype';
import inputMethod from '@ohos.inputMethod';
import subtype from '@ohos.InputMethodSubtype';
export default function inputMethodStageJSUnit() {
describe('inputMethodTest', function () {
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
import inputMethodEngine from '@ohos.inputmethodengine';
import inputMethodEngine from '@ohos.inputMethodEngine';
import Utils from './Utils';
import router from '@system.router';
import events_emitter from '@ohos.events.emitter';
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium';
import inputMethod from '@ohos.inputmethod';
import inputMethod from '@ohos.inputMethod';
export default function inputMethodJSUnit() {
describe('appInfoTest_input_2', function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册