Details
-
Bug
-
Resolution: Fixed
-
Major
-
13.7
-
Unknown
-
N/A
-
N/A
-
-
org.xwiki.flamingo.test.docker.AllITs$NestedRenamePageIT#renamePageUsedInMacroContentAndParameters{TestUtils, TestReference, TestConfiguration}
Description
Error Message
expected: <Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardLink.WebHome]] {{warning}} Withing a macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardMacroLink.WebHome]] {{error}} And in nested macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetNestedMacroLink.WebHome]] {{/error}} {{/warning}} Picture: [[image:RenamePageIT.ImageLink.WebHome@image.gif]] Include macro: {{include reference="RenamePageIT.IncludeLink.WebHome"/}}> but was: <Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardLink.WebHome]] {{warning}} Withing a macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardMacroLink.WebHome]] {{error}} And in nested macro: Check out this page: [[type the link label>>doc:RenamePageIT.NestedMacroLink.WebHome]] {{/error}} {{/warning}} Picture: [[image:RenamePageIT.ImageLink.WebHome@image.gif]] Include macro: {{include reference="RenamePageIT.IncludeLink.WebHome"/}}>
Stacktrace
org.opentest4j.AssertionFailedError: expected: <Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardLink.WebHome]] {{warning}} Withing a macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardMacroLink.WebHome]] {{error}} And in nested macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetNestedMacroLink.WebHome]] {{/error}} {{/warning}} Picture: [[image:RenamePageIT.ImageLink.WebHome@image.gif]] Include macro: {{include reference="RenamePageIT.IncludeLink.WebHome"/}}> but was: <Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardLink.WebHome]] {{warning}} Withing a macro: Check out this page: [[type the link label>>doc:RenamePageIT.SubSpace.TargetStandardMacroLink.WebHome]] {{error}} And in nested macro: Check out this page: [[type the link label>>doc:RenamePageIT.NestedMacroLink.WebHome]] {{/error}} {{/warning}} Picture: [[image:RenamePageIT.ImageLink.WebHome@image.gif]] Include macro: {{include reference="RenamePageIT.IncludeLink.WebHome"/}}> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177) at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1124) at org.xwiki.flamingo.test.docker.RenamePageIT.renamePageUsedInMacroContentAndParameters(RenamePageIT.java:426) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:688) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:149) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:140) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:84) at org.junit.jupiter.engine.execution.ExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(ExecutableInvoker.java:115) at org.junit.jupiter.engine.execution.ExecutableInvoker.lambda$invoke$0(ExecutableInvoker.java:105) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:104) at org.junit.jupiter.engine.execution.ExecutableInvoker.invoke(ExecutableInvoker.java:98) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$6(TestMethodTestDescriptor.java:210) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:206) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:131) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:65) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:126) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:84) at java.util.ArrayList.forEach(ArrayList.java:1259) at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:38) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$5(NodeTestTask.java:143) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$7(NodeTestTask.java:129) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:127)