From c26c4778ffaa583db2d56d82c3c861e724d0000c Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 29 六月 2023 09:32:36 +0800 Subject: [PATCH] poi、easyexcel、poi-tl升级 ,合并空调中的报表、数据源模块 --- src/test/java/com/product/file/test/FileManagerTest.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/com/product/file/test/FileManagerTest.java b/src/test/java/com/product/file/test/FileManagerTest.java index 36c2865..d6c47aa 100644 --- a/src/test/java/com/product/file/test/FileManagerTest.java +++ b/src/test/java/com/product/file/test/FileManagerTest.java @@ -20,7 +20,7 @@ * @Description: 娴嬭瘯 */ public class FileManagerTest extends HttpTest { - /*@Test + @Test public void testDownLoadFiles() throws InterruptedException { Map<String, Object> m = Maps.newHashMap(); m.put("url/api", "/api/fileManager/download-file-zip/v1"); @@ -33,7 +33,7 @@ HttpTest.testFileDownload(m); Thread.sleep(1000 * 10); - }*/ + } /*@Test public void testDownLoadFile() throws InterruptedException { -- Gitblit v1.9.2