优化测试用例

This commit is contained in:
everywhere.z
2024-07-30 23:04:56 +08:00
parent e459f40537
commit a008a31b27
3 changed files with 10 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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;