File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/utplsql/maven/plugin Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- docker run --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle -v .. /init_scripts:/container-entrypoint-initdb.d gvenzl/oracle-xe:18.4.0-slim
1+ docker run --name ora-utplsql -p 1521:1521 -e ORACLE_PASSWORD=oracle -v /mnt/c/Users/simon/Workspace/utPLSQL/utPLSQL-maven-plugin /init_scripts:/container-entrypoint-initdb.d gvenzl/oracle-xe:18.4.0-slim
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ private Verifier createVerifier(File testProject) throws VerificationException {
175175 verifier = new Verifier (testProject .getAbsolutePath ());
176176 verifier .addCliOption ("-N" );
177177 verifier .addCliOption ("-Dutplsql-maven-plugin-version=" + pluginVersion );
178- verifier .addCliOption ("-DdbUrl=jdbc:oracle:thin:@localhost :1521:XE" );
178+ verifier .addCliOption ("-DdbUrl=jdbc:oracle:thin:@127.0.0.1 :1521:XE" );
179179 verifier .addCliOption ("-DdbUser=UT3" );
180180 verifier .addCliOption ("-DdbPass=UT3" );
181181 return verifier ;
You can’t perform that action at this time.
0 commit comments