Skip to content

Commit

Permalink
Merge pull request #385 from liweinan/disable_caucho_and_php
Browse files Browse the repository at this point in the history
disable Caucho and PHP script tests
  • Loading branch information
liweinan authored Oct 12, 2023
2 parents 4eb3578 + 6356e13 commit a9cf188
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions test-apps/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
</dependency>
<dependency>
<groupId>com.caucho</groupId>
<artifactId>resin-quercus</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.caucho</groupId>-->
<!-- <artifactId>resin-quercus</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
Expand All @@ -68,11 +68,11 @@

</dependencies>

<repositories>
<repository>
<id>caucho-repository</id>
<url>https://caucho.com/m2/</url>
</repository>
</repositories>
<!-- <repositories>-->
<!-- <repository>-->
<!-- <id>caucho-repository</id>-->
<!-- <url>https://caucho.com/m2/</url>-->
<!-- </repository>-->
<!-- </repositories>-->

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ public void batchletScalaInline() throws Exception {
test0("batchletScalaInline");
}

@Test
public void batchletPhpInlineCDATA() throws Exception {
test0("batchletPhpInlineCDATA");
}

@Test
public void batchletPhpSrc() throws Exception {
test0("batchletPhpSrc");
}
// @Test
// public void batchletPhpInlineCDATA() throws Exception {
// test0("batchletPhpInlineCDATA");
// }
//
// @Test
// public void batchletPhpSrc() throws Exception {
// test0("batchletPhpSrc");
// }

@Test
public void chunkJavascript() throws Exception {
Expand Down

0 comments on commit a9cf188

Please sign in to comment.