diff --git a/services/dbms/test/sceneProject/unittest/ohos_test/BUILD.gn b/services/dbms/test/sceneProject/unittest/ohos_test/BUILD.gn index a3f0394397b8cec31336cf79e23c81e7b1ab0606..187755b1f3bdfc912b9d734bb066e382718aa95e 100644 --- a/services/dbms/test/sceneProject/unittest/ohos_test/BUILD.gn +++ b/services/dbms/test/sceneProject/unittest/ohos_test/BUILD.gn @@ -18,5 +18,5 @@ ohos_copy("copy_ohos_test") { part_name = "distributed_bundle_framework" subsystem_name = "bundlemanager" sources = [ "./ohos_test.xml" ] - outputs = [ "$root_out_dir/tests/unittest/bundle_framework/distributedbundleservice/resource/ohos_test.xml" ] + outputs = [ "$root_out_dir/tests/unittest/distributed_bundle_framework/distributed_bundle_framework/resource/ohos_test.xml" ] } diff --git a/services/dbms/test/sceneProject/unittest/system_module/BUILD.gn b/services/dbms/test/sceneProject/unittest/system_module/BUILD.gn index c532a55ee52938a95685a4bf2943d4bd6209b8e9..89192e44b70bf70b5bc7922500e57603f5dd16b7 100644 --- a/services/dbms/test/sceneProject/unittest/system_module/BUILD.gn +++ b/services/dbms/test/sceneProject/unittest/system_module/BUILD.gn @@ -9,7 +9,7 @@ # 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. +# limitations under the License. import("//build/ohos.gni") import("../../../../../../dbms.gni") @@ -18,7 +18,7 @@ ohos_hap("distributed_system_module") { hap_profile = "entry/src/main/module.json" hap_name = "distributed_system_module" subsystem_name = "bundlemanager" - final_hap_path = "$root_out_dir/tests/unittest/bundle_framework/distributedbundleservice/resource/test_bundle/${hap_name}.hap" + final_hap_path = "$root_out_dir/tests/unittest/distributed_bundle_framework/distributed_bundle_framework/resource/test_bundle/${hap_name}.hap" testonly = true deps = [ ":hjs_demo_js_assets",