yangys
2025-09-23 3baca21e0e6563f8379359ef2ba78c224eb4bc80
blade-service/blade-mdm/src/test/java/org/springblade/mdm/utils/FileContentUtilTest.java
@@ -52,7 +52,7 @@
      //System.out.println(charset);
   }
   @Test
   //@Test
   public void testReadLineAt() throws IOException {
      Path source = Paths.get("src/test/resources/filecontenttest.txt");
@@ -65,7 +65,7 @@
   }
   @Test
   //@Test
   public void testReplaceReadLineAt(@TempDir Path tempDir) throws IOException {
      // 加载资源文件
      Path source = Paths.get("src/test/resources/filecontenttest.txt");