summaryrefslogtreecommitdiff
path: root/src/test/java/com/mesasoft/cn/common/SketchTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/com/mesasoft/cn/common/SketchTest.java')
-rw-r--r--src/test/java/com/mesasoft/cn/common/SketchTest.java20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/test/java/com/mesasoft/cn/common/SketchTest.java b/src/test/java/com/mesasoft/cn/common/SketchTest.java
new file mode 100644
index 0000000..ad2aea4
--- /dev/null
+++ b/src/test/java/com/mesasoft/cn/common/SketchTest.java
@@ -0,0 +1,20 @@
+package com.mesasoft.cn.common;
+
+import org.junit.Test;
+
+/**
+ * @description:
+ * @author: zhq
+ * @create: 2022-03-18
+ **/
+public class SketchTest {
+
+
+ @Test
+ public void testSendEmail() throws Exception {
+ String searchPath = "D://test//test";
+ searchPath= searchPath.replace("\\\\","");
+ searchPath =searchPath.replace("//","");
+ System.err.println(searchPath);
+ }
+}