From bf461c5b08cbaea6bda3fe2e698689781527b7db Mon Sep 17 00:00:00 2001 From: liuganlin Date: Tue, 15 Mar 2022 08:04:54 +0000 Subject: [PATCH] delete ExampleJsunit.test.js of container XTS tests case Signed-off-by: liuganlin --- .../src/main/js/test/ExampleJsunit.test.js | 24 ------------------- .../src/main/js/test/Main.test.js | 1 - .../src/main/js/test/ExampleJsunit.test.js | 24 ------------------- .../src/main/js/test/Main.test.js | 1 - 4 files changed, 50 deletions(-) delete mode 100644 compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js delete mode 100644 compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js diff --git a/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js b/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js deleted file mode 100644 index 286160a2e..000000000 --- a/compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2022 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the 'License'); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an 'AS IS' BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import app from '@system.app' -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - -describe('appInfoTest', function () { - it('app_info_test_001', 0, function () { - var info = app.getInfo() - expect(info.versionCode).assertEqual('1000000') - }) -}) \ No newline at end of file diff --git a/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js b/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js index d68d94655..f827eda6f 100644 --- a/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js +++ b/compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js @@ -13,7 +13,6 @@ * limitations under the License. */ -require('./ExampleJsunit.test.js'); require('./Deque.test.js'); require('./ArrayList.test.js'); require('./Queue.test.js'); diff --git a/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js b/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js deleted file mode 100644 index 286160a2e..000000000 --- a/compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js +++ /dev/null @@ -1,24 +0,0 @@ -/* - * Copyright (C) 2022 Huawei Device Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the 'License'); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an 'AS IS' BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -import app from '@system.app' -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index' - -describe('appInfoTest', function () { - it('app_info_test_001', 0, function () { - var info = app.getInfo() - expect(info.versionCode).assertEqual('1000000') - }) -}) \ No newline at end of file diff --git a/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js b/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js index c33173c1b..628499b58 100644 --- a/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js +++ b/compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js @@ -13,7 +13,6 @@ * limitations under the License. */ -require('./ExampleJsunit.test.js'); require('./LightWeightMap.test.js'); require('./LightWeightSet.test.js'); require('./HashMap.test.js'); -- GitLab