You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/18 09:17:50 UTC

[iotdb] 01/03: Junit14

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch junit14
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 5f7b5f1e42bc856bac5bcc7439c1db83eb0b1eeb
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Apr 18 15:03:13 2022 +0800

    Junit14
---
 server/pom.xml                                                           | 1 +
 .../{main => test}/java/org/apache/iotdb/db/utils/EnvironmentUtils.java  | 0
 .../{main => test}/java/org/apache/iotdb/db/utils/SchemaTestUtils.java   | 0
 3 files changed, 1 insertion(+)

diff --git a/server/pom.xml b/server/pom.xml
index eab0492825..e6c9c29adf 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -237,6 +237,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/server/src/main/java/org/apache/iotdb/db/utils/EnvironmentUtils.java b/server/src/test/java/org/apache/iotdb/db/utils/EnvironmentUtils.java
similarity index 100%
rename from server/src/main/java/org/apache/iotdb/db/utils/EnvironmentUtils.java
rename to server/src/test/java/org/apache/iotdb/db/utils/EnvironmentUtils.java
diff --git a/server/src/main/java/org/apache/iotdb/db/utils/SchemaTestUtils.java b/server/src/test/java/org/apache/iotdb/db/utils/SchemaTestUtils.java
similarity index 100%
rename from server/src/main/java/org/apache/iotdb/db/utils/SchemaTestUtils.java
rename to server/src/test/java/org/apache/iotdb/db/utils/SchemaTestUtils.java