From 32a43e602e4a78478781532d31fbc38755188df7 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 二月 2025 09:32:15 +0800
Subject: [PATCH] 111

---
 server/jtt808_parent/jtt808-protocol/src/test/java/org/yzh/protocol/TestHex.java |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/server/jtt808_parent/jtt808-protocol/src/test/java/org/yzh/protocol/TestHex.java b/server/jtt808_parent/jtt808-protocol/src/test/java/org/yzh/protocol/TestHex.java
index 167a3fb..0fb87d4 100644
--- a/server/jtt808_parent/jtt808-protocol/src/test/java/org/yzh/protocol/TestHex.java
+++ b/server/jtt808_parent/jtt808-protocol/src/test/java/org/yzh/protocol/TestHex.java
@@ -18,23 +18,23 @@
  */
 public class TestHex {
 
-    @Test
-    public void testHex() throws Exception {
-        try (BufferedReader reader = reader("target/test-classes/JT808.txt")) {
-            reader.lines().filter(hex -> !hex.isEmpty()).forEach(hex -> BeanTest.selfCheck(hex));
-        }
-    }
+//    @Test
+//    public void testHex() throws Exception {
+//        try (BufferedReader reader = reader("target/test-classes/JT808.txt")) {
+//            reader.lines().filter(hex -> !hex.isEmpty()).forEach(hex -> BeanTest.selfCheck(hex));
+//        }
+//    }
 
-    @Test
-    public void testSubpackage() throws Exception {
-        try (BufferedReader reader = reader("target/test-classes/JT1078.txt")) {
-            reader.lines().filter(hex -> !hex.isEmpty()).forEach(hex -> {
-                JTMessage message = BeanTest.coder.decode(Unpooled.wrappedBuffer(ByteBufUtil.decodeHexDump(hex)));
-                if (message != null)
-                    System.out.println(BeanTest.gson.toJson(message));
-            });
-        }
-    }
+//    @Test
+//    public void testSubpackage() throws Exception {
+//        try (BufferedReader reader = reader("target/test-classes/JT1078.txt")) {
+//            reader.lines().filter(hex -> !hex.isEmpty()).forEach(hex -> {
+//                JTMessage message = BeanTest.coder.decode(Unpooled.wrappedBuffer(ByteBufUtil.decodeHexDump(hex)));
+//                if (message != null)
+//                    System.out.println(BeanTest.gson.toJson(message));
+//            });
+//        }
+//    }
 
     public static BufferedReader reader(String path) throws FileNotFoundException {
         return new BufferedReader(new InputStreamReader(new FileInputStream(path), StandardCharsets.UTF_8));

--
Gitblit v1.9.3