Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Apr 3, 2022
1 parent de67ef9 commit 8398d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions appserver/tests/tck/authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<tck.home>${project.build.directory}/authentication-tck</tck.home>
<tck.tests.home>${tck.home}/src/com/sun/ts/tests/jsf</tck.tests.home>

<glassfish.home>${project.build.directory}/glassfish6</glassfish.home>
<glassfish.home>${project.build.directory}/glassfish7</glassfish.home>
<glassfish.version>${project.version}</glassfish.version>
<glassfish.asadmin>${glassfish.home}/glassfish/bin/asadmin</glassfish.asadmin>

Expand Down Expand Up @@ -174,8 +174,6 @@


<!-- Change configuration -->
<copy file="${tck.home}/bin/ts.jte.jdk11" tofile="${tck.home}/bin/ts.jte" overwrite="true" />

<tck-setting key="jaspic.home" value="${glassfish.home}/glassfish"/>
<tck-setting key="harness.log.traceflag" value="true"/>
<tck-setting key="s1as.jvm.options" value="-Dj2eelogin.name=${user}:-Dj2eelogin.password=${password}"/>
Expand Down
1 change: 0 additions & 1 deletion appserver/tests/tck/authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
classpathref="maven.plugin.classpath" />

<!-- Change configuration -->
<copy file="${tck.home}/bin/ts.jte.jdk11" tofile="${tck.home}/bin/ts.jte" overwrite="true" />
<replaceregexp file="${tck.home}/bin/ts.jte" byline="true"
match="s1as\.admin\.port=.*"
replace="s1as\.admin\.port=${port.admin}" />
Expand Down

0 comments on commit 8398d13

Please sign in to comment.