yangys
2025-09-29 4c7296d45efe849dc70a3b2e2240c905481a91c9
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");