From aa1629ade54bce7f73fafa3c998e89aa061d379f Mon Sep 17 00:00:00 2001 From: liu Date: Wed, 27 Dec 2023 17:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4:=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E7=B1=BB=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- virtual-patient-web/src/main/resources/application-test.yml | 2 +- .../src/test/java/com/supervision/VideoUpdateTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual-patient-web/src/main/resources/application-test.yml b/virtual-patient-web/src/main/resources/application-test.yml index 38769214..9b72e726 100644 --- a/virtual-patient-web/src/main/resources/application-test.yml +++ b/virtual-patient-web/src/main/resources/application-test.yml @@ -85,4 +85,4 @@ ws: nginx-port: 443 answer: # 对于没有匹配上的缺省回答ID,关联的是vp_file_resource的ID - defaultNoMatchId: 1739921430574825474 \ No newline at end of file + defaultNoMatchId: 1739945100730986498 \ No newline at end of file diff --git a/virtual-patient-web/src/test/java/com/supervision/VideoUpdateTest.java b/virtual-patient-web/src/test/java/com/supervision/VideoUpdateTest.java index 757e1fbb..dfa8c922 100644 --- a/virtual-patient-web/src/test/java/com/supervision/VideoUpdateTest.java +++ b/virtual-patient-web/src/test/java/com/supervision/VideoUpdateTest.java @@ -34,7 +34,7 @@ public class VideoUpdateTest { @Autowired private AskPatientAnswerService askPatientAnswerService; - private String filePath = "/Users/flevance/Desktop/虚拟病人/语料库/video_texts/"; + private String filePath = "/Users/flevance/Desktop/虚拟病人/语料库/h264_new/"; @Test public void saveDefaultAnswerVideo() throws Exception {