We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c705aa3 commit 0d9171aCopy full SHA for 0d9171a
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoIT.java
@@ -9,12 +9,12 @@ public class UtPlsqlMojoIT {
9
10
@Test
11
public void execute() throws MojoExecutionException {
12
- UtPlsqlMojo utPLSQLMojo = new UtPlsqlMojo();
13
- utPLSQLMojo.project = new MavenProject();
14
- utPLSQLMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
15
- utPLSQLMojo.user = "UT3";
16
- utPLSQLMojo.password = "UT3";
+ UtPlsqlMojo utPlsqlMojo = new UtPlsqlMojo();
+ utPlsqlMojo.project = new MavenProject();
+ utPlsqlMojo.url = "jdbc:oracle:thin:@127.0.0.1:1521:XE";
+ utPlsqlMojo.user = "UT3";
+ utPlsqlMojo.password = "UT3";
17
18
- utPLSQLMojo.execute();
+ utPlsqlMojo.execute();
19
}
20
0 commit comments