From 022af485fbd77bc3d6b01f9f779248b3c189dad2 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 04 七月 2024 17:35:33 +0800 Subject: [PATCH] 1. 新增走航报告自动道路识别模块 --- src/test/kotlin/com/flightfeather/uav/model/epw/EPWDataPrepTest.kt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/test/kotlin/com/flightfeather/uav/model/epw/EPWDataPrepTest.kt b/src/test/kotlin/com/flightfeather/uav/model/epw/EPWDataPrepTest.kt index 69db2a2..4cdb400 100644 --- a/src/test/kotlin/com/flightfeather/uav/model/epw/EPWDataPrepTest.kt +++ b/src/test/kotlin/com/flightfeather/uav/model/epw/EPWDataPrepTest.kt @@ -173,4 +173,9 @@ eTime = eTime.plusDays(1) } } + + @Test + fun foo3() { + + } } \ No newline at end of file -- Gitblit v1.9.3