Merge branch 'jetty-9.4.x' into jetty-10.0.x
This commit is contained in:
commit
6769a83d3d
|
@ -342,9 +342,12 @@ public class FileSystemResourceTest
|
|||
assertThat("Ref A2 exists", refA2.exists(), is(true));
|
||||
assertThat("Ref O1 exists", refO1.exists(), is(true));
|
||||
|
||||
assertThat("Ref A1 alias", refA1.isAlias(), is(false));
|
||||
assertThat("Ref A2 alias", refA2.isAlias(), is(false));
|
||||
assertThat("Ref O1 alias", refO1.isAlias(), is(false));
|
||||
if (LINUX.isCurrentOs())
|
||||
{
|
||||
assertThat("Ref A1 alias", refA1.isAlias(), is(false));
|
||||
assertThat("Ref A2 alias", refA2.isAlias(), is(false));
|
||||
assertThat("Ref O1 alias", refO1.isAlias(), is(false));
|
||||
}
|
||||
|
||||
assertThat("Ref A1 contents", toString(refA1), is("hi a-with-circle"));
|
||||
assertThat("Ref A2 contents", toString(refA2), is("hi a-with-two-dots"));
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -75,7 +75,7 @@
|
|||
<settingsPath>src/it/settings.xml</settingsPath>
|
||||
<invoker.mergeUserSettings>false</invoker.mergeUserSettings>
|
||||
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
|
||||
<testcontainers.version>1.15.0</testcontainers.version>
|
||||
<testcontainers.version>1.15.1</testcontainers.version>
|
||||
<maria.version>2.7.0</maria.version>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in New Issue