Browse Source

优化测试用例

everywhere.z 9 tháng trước cách đây
mục cha
commit
a008a31b27

+ 6 - 0
liteflow-testcase-el/liteflow-testcase-el-solon/pom.xml

@@ -60,5 +60,11 @@
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-recipes</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <version>1.2.11</version>
+        </dependency>
     </dependencies>
 </project>

+ 3 - 2
liteflow-testcase-el/liteflow-testcase-el-sql-solon/pom.xml

@@ -4,9 +4,10 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>com.yomahub</groupId>
         <artifactId>liteflow-testcase-el</artifactId>
-        <version>2.12.2</version>
+        <groupId>com.yomahub</groupId>
+        <version>${revision}</version>
+        <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>liteflow-testcase-el-sql-solon</artifactId>

+ 1 - 1
liteflow-testcase-el/liteflow-testcase-el-sql-solon/src/test/java/com/yomahub/liteflow/test/def/SQLWithXmlELSpringbootTest.java → liteflow-testcase-el/liteflow-testcase-el-sql-solon/src/test/java/com/yomahub/liteflow/test/def/SQL4SolonTest.java

@@ -12,7 +12,7 @@ import org.noear.solon.test.SolonJUnit5Extension;
 
 @ExtendWith(SolonJUnit5Extension.class)
 @Import(profiles = "classpath:/application.properties")
-public class SQLWithXmlELSpringbootTest extends BaseTest {
+public class SQL4SolonTest extends BaseTest {
 
     @Inject
     private FlowExecutor flowExecutor;