------------------------------------------------------------------------------- Test set: JUnit Vintage ------------------------------------------------------------------------------- Tests run: 72, Failures: 37, Errors: 0, Skipped: 0, Time elapsed: 12.788 sec <<< FAILURE! - in JUnit Vintage latex10/specific/link/link2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.118 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} label\footnote{A.B@file.ext}\\* C.D@file2.ext ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} label\footnote{A.B@file.ext}\\* C.D@file2.ext ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/link/link5.test [xwiki/2.1, latex/1.0] Time elapsed: 0.025 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \ref{id} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \ref{id} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/misc/preamble.test [xwiki/2.1, latex/1.0] Time elapsed: 0.037 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<...cumentclass{article}[ %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} ] \end{document}> but was:<...cumentclass{article}[ %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/list/list1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.038 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{itemize} \item item 1 \item item 2\begin{varwidth}[t]{\linewidth} \begin{center} \begin{tabular}{|l|l|} \hline cell1 & cell2\\ \hline \end{tabular} \end{center} \end{varwidth} \end{itemize} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{itemize} \item item 1 \item item 2\begin{varwidth}[t]{\linewidth} \begin{center} \begin{tabular}{|l|l|} \hline cell1 & cell2\\ \hline \end{tabular} \end{center} \end{varwidth} \end{itemize} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/verbatim/verbatim1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.031 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \verb%a|b%\\* \verb|a%b|\\* \verb$a|%b$\\* \verb}a|%$^&/:!-_?;,=+.{b}\\* ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \verb%a|b%\\* \verb|a%b|\\* \verb$a|%b$\\* \verb}a|%$^&/:!-_?;,=+.{b}\\* ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.242 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{xwikiinfo} hello \textbf{world} \end{xwikiinfo} \begin{xwikiinfo} hello world \end{xwikiinfo} \begin{xwikiwarning} hello \textbf{world} \end{xwikiwarning} \begin{xwikierror} hello \textbf{world} \end{xwikierror} \begin{xwikisuccess} hello \textbf{world} \end{xwikisuccess} \xwikiinfoinline{hello}\xwikisuccessinline{nice}\xwikiwarninginline{colored}\xwikierrorinline{world} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{xwikiinfo} hello \textbf{world} \end{xwikiinfo} \begin{xwikiinfo} hello world \end{xwikiinfo} \begin{xwikiwarning} hello \textbf{world} \end{xwikiwarning} \begin{xwikierror} hello \textbf{world} \end{xwikierror} \begin{xwikisuccess} hello \textbf{world} \end{xwikisuccess} \xwikiinfoinline{hello}\xwikisuccessinline{nice}\xwikiwarninginline{colored}\xwikierrorinline{world} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro6.test [xwiki/2.1, latex/1.0] Time elapsed: 0.065 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} Creating a footnote\footnote{footnote 1} is easy.\footnote{\textbf{footnote} 2} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} Creating a footnote\footnote{footnote 1} is easy.\footnote{\textbf{footnote} 2} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro5.test [xwiki/2.1, latex/1.0] Time elapsed: 0.029 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} Hello $\sum_{n=1}^\infty\frac{1}{n^2} = \frac{\pi^2}{6}$ \begin{equation} \sum_{n=1}^\infty\frac{1}{n^2} = \frac{\pi^2}{6} \end{equation} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} Hello $\sum_{n=1}^\infty\frac{1}{n^2} = \frac{\pi^2}{6}$ \begin{equation} \sum_{n=1}^\infty\frac{1}{n^2} = \frac{\pi^2}{6} \end{equation} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/table/table3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.048 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \begin{tabular}{|l|} \hline \includegraphics{whatever}\\ \hline \end{tabular} \end{center} \begin{center} \begin{tabular}{|l|} \hline \includegraphics{whatever}\\ \hline \end{tabular} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \begin{tabular}{|l|} \hline \includegraphics{whatever}\\ \hline \end{tabular} \end{center} \begin{center} \begin{tabular}{|l|} \hline \includegraphics{whatever}\\ \hline \end{tabular} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro8.test [xwiki/2.1, latex/1.0] Time elapsed: 0.07 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} Hello world \begin{multicols}{3} column 1 \columnbreak column 2 \columnbreak column 3 \end{multicols} \begin{multicols}{3} column 1 \columnbreak column 2 \columnbreak column 3 \end{multicols} \begin{varwidth}[t]{\linewidth} something \end{varwidth} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} Hello world \begin{multicols}{3} column 1 \columnbreak column 2 \columnbreak column 3 \end{multicols} \begin{multicols}{3} column 1 \columnbreak column 2 \columnbreak column 3 \end{multicols} \begin{varwidth}[t]{\linewidth} something \end{varwidth} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/paragraph/paragraph1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.016 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} Hello world ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} Hello world ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/figure/figure1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.059 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{figure}[h] \begin{center} \includegraphics{image.png} \end{center} \caption{\label{test}Image \textbf{caption}} \end{figure} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{figure}[h] \begin{center} \includegraphics{image.png} \end{center} \caption{\label{test}Image \textbf{caption}} \end{figure} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/figure/figure4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.019 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{figure}[h] \caption{\label{label}caption} test \end{figure} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{figure}[h] \caption{\label{label}caption} test \end{figure} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/link/link1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.012 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \hyperref[id]{label} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \hyperref[id]{label} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/paragraph/paragraph4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.039 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} Hello {\small world} and... Hello {\small \textbf{world}} and... ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} Hello {\small world} and... Hello {\small \textbf{world}} and... ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/image/image1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.021 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \includegraphics{whatever} \end{center} \begin{center} \includegraphics{whatever} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \includegraphics{whatever} \end{center} \begin{center} \includegraphics{whatever} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) 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.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/image/image4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.015 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \includegraphics{whatever}\\* \includegraphics{whatever} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \includegraphics{whatever}\\* \includegraphics{whatever} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/link/link4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.744 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \href{mailto:my_address@wikibooks.org}{my\_address@wikibooks.org} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \href{mailto:my_address@wikibooks.org}{my\_address@wikibooks.org} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.031 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{minted}{java} public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } \end{minted} Hello \mintinline{java}{world} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{minted}{java} public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } \end{minted} Hello \mintinline{java}{world} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/section/section1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.056 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \label{H1heading} \heading{1}{heading} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \label{H1heading} \heading{1}{heading} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/paragraph/paragraph3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.032 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \textless{}hello\textgreater{}brave\textbar{}world ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \textless{}hello\textgreater{}brave\textbar{}world ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.049 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \label{HHeading1} \heading{1}{Heading1} \etocsettocstyle{}{} \localtableofcontents \label{HHeading2} \heading{2}{Heading2} \label{HHeading3} \heading{3}{Heading3} \etocsettocstyle{}{} \tableofcontents ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \label{HHeading1} \heading{1}{Heading1} \etocsettocstyle{}{} \localtableofcontents \label{HHeading2} \heading{2}{Heading2} \label{HHeading3} \heading{3}{Heading3} \etocsettocstyle{}{} \tableofcontents ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/figure/figure3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.136 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{figure}[h] \caption{caption} whatever \end{figure} \begin{table}[h] \caption{caption} \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \end{table} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{figure}[h] \caption{caption} whatever \end{figure} \begin{table}[h] \caption{caption} \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \end{table} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/table/table2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.07 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \begin{tabular}{|l|l|} \hline cell1 & cell2\\ \hline \begin{varwidth}[t]{\linewidth} \begin{itemize} \item item 1 \item item 2 \end{itemize} \end{varwidth} & cell\\ \hline \end{tabular} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \begin{tabular}{|l|l|} \hline cell1 & cell2\\ \hline \begin{varwidth}[t]{\linewidth} \begin{itemize} \item item 1 \item item 2 \end{itemize} \end{varwidth} & cell\\ \hline \end{tabular} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.047 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \label{anchor} Hello\label{world} \label{anchor} \label{anchor} something \label{anchor}\\* \label{anchor} \label{"&^_:} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \label{anchor} Hello\label{world} \label{anchor} \label{anchor} something \label{anchor}\\* \label{anchor} \label{"&^_:} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/image/image3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.126 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \includegraphics[width=100px]{whatever}\\* \includegraphics[width=0.5\linewidth]{whatever}\\* \includegraphics[width=100px,height=200px]{whatever}\\* \includegraphics[height=100px]{whatever}\\* \includegraphics[height=0.5\textheight]{whatever} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \includegraphics[width=100px]{whatever}\\* \includegraphics[width=0.5\linewidth]{whatever}\\* \includegraphics[width=100px,height=200px]{whatever}\\* \includegraphics[height=100px]{whatever}\\* \includegraphics[height=0.5\textheight]{whatever} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/link/link3.test [xwiki/2.1, latex/1.0] Time elapsed: 0.021 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \attachfile{what/ever\%}\\* \textattachfile{what/ever\%}{label} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \attachfile{what/ever\%}\\* \textattachfile{what/ever\%}{label} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/image/image5.test [xwiki/2.1, latex/1.0] Time elapsed: 0.018 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \includegraphics{hello\&world} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \includegraphics{hello\&world} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/misc/custom1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.026 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \begin{tabular}{|l|l|} \hline \textbf{Head1} & \textbf{Head2}\\ \hline cell1 & \textit{cell2}\\ \hline \end{tabular} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \begin{tabular}{|l|l|} \hline \textbf{Head1} & \textbf{Head2}\\ \hline cell1 & \textit{cell2}\\ \hline \end{tabular} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/image/image2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.013 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \includegraphics{whatever} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \includegraphics{whatever} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/table/table4.test [xwiki/2.1, latex/1.0] Time elapsed: 0.015 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \begin{tabular}{|l|} \hline {\small cell}\\ \hline \end{tabular} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \begin{tabular}{|l|} \hline {\small cell}\\ \hline \end{tabular} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/misc/raw1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.029 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \texttt{whatever} Hello \texttt{whatever} world ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \texttt{whatever} Hello \texttt{whatever} world ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/macro/macro7.test [xwiki/2.1, latex/1.0] Time elapsed: 0.476 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} See section \ref{A} \label{HheadingA} \heading{1}{1 \label{A}headingA} See figure \ref{B} \begin{figure}[h] Something \caption{\label{B}CaptionB} \end{figure} See table \ref{C} \begin{table}[h] \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \caption{\label{C}CaptionC} \end{table} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} See section \ref{A} \label{HheadingA} \heading{1}{1 \label{A}headingA} See figure \ref{B} \begin{figure}[h] Something \caption{\label{B}CaptionB} \end{figure} See table \ref{C} \begin{table}[h] \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \caption{\label{C}CaptionC} \end{table} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/table/table1.test [xwiki/2.1, latex/1.0] Time elapsed: 0.067 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{table header} & \textbf{table header} & \textbf{table header}\\ \hline \textbf{table header} & cell & cell\\ \hline \textbf{table header} & cell & cell\\ \hline \end{tabular} \end{center} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{table header} & \textbf{table header} & \textbf{table header}\\ \hline \textbf{table header} & cell & cell\\ \hline \textbf{table header} & cell & cell\\ \hline \end{tabular} \end{center} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/misc/sandbox.test [xwiki/2.1, latex/1.0] Time elapsed: 1.307 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on \textbf{Edit} to get started! \begin{xwikiinfo} Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page. \end{xwikiinfo} If you want to give a look to the underlying XWiki Syntax, you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page. Here are a number of test pages you can play with: \begin{itemize} \item Sandbox Test Page 1 \item Sandbox Test Page 2 \item Sandbox Test Page 3 \end{itemize} Below is a demonstration of the XWiki Syntax you can use in wiki pages (headings, images, tables). \label{HHeadings} \heading{1}{Headings} XWiki offers 6 levels of headings. You can use them to structure your pages. \label{HLevel2Heading} \heading{2}{Level 2 Heading} \label{HLevel3Heading} \heading{3}{Level 3 Heading} \label{HLevel4Heading4} \heading{4}{Level 4 Heading 4} \label{HLevel5Heading5} \heading{5}{Level 5 Heading 5} \label{HLevel6Heading6} \heading{6}{Level 6 Heading 6} \label{HStyles} \heading{1}{Styles} Basic styles are supported in XWiki: \begin{itemize} \item \textbf{Text in Bold} \item \textit{Text in Italics} \item \underline{Text in Underline} \item \sout{Text in Strikethrough} \item Text in \textsubscript{subscript} \item Text in \textsuperscript{superscript} \end{itemize} \label{HLists} \heading{1}{Lists} You can create various types of lists in your wiki pages: \label{HUnorderedlist} \heading{2}{Unordered list} \begin{itemize} \item Level 1 \begin{itemize} \item Level 2 \begin{itemize} \item Level 3 \end{itemize} \item Level 2 \end{itemize} \item Level 1 \end{itemize} \label{HNumberedlist} \heading{2}{Numbered list} \begin{enumerate} \item Item \begin{enumerate} \item Subitem \begin{enumerate} \item Item \end{enumerate} \end{enumerate} \item Subitem \end{enumerate} \label{HMixedlist} \heading{2}{Mixed list} \begin{enumerate} \item Item 1 \begin{enumerate} \item Item 2 \begin{itemize} \item Item 3 \item Item 4 \end{itemize} \end{enumerate} \item Item 5 \end{enumerate} \label{HTables} \heading{1}{Tables} You can create simple tables right into wiki pages: \label{HSimpletable} \heading{2}{Simple table} \begin{center} \begin{tabular}{|l|l|l|} \hline cell 1 & cell 2 & cell 3\\ \hline cell 4 & cell 5 & cell 6\\ \hline cell 7 & cell 8 & cell 9\\ \hline \end{tabular} \end{center} \label{HTablewithheadersinthetoprow} \heading{2}{Table with headers in the top row} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{ table header } & \textbf{ table header } & \textbf{ table header}\\ \hline cell & cell & cell\\ \hline cell & cell & cell\\ \hline \end{tabular} \end{center} \label{HTablewithheadersinthetoprowandleftcolumn} \heading{2}{Table with headers in the top row and left column} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{ table header } & \textbf{ table header } & \textbf{ table header}\\ \hline \textbf{ table header } & cell & cell\\ \hline \textbf{ table header } & cell & cell\\ \hline \end{tabular} \end{center} \label{HLinks} \heading{1}{Links} XWiki allows you to create links to other pages in your wiki or on the web: \begin{itemize} \item WebHome -\textgreater{} links to the homepage of the current space \item Sandbox Home -\textgreater{} links can have labels \item Wiki Home -\textgreater{} a link can use the SpaceName.PageName format to link to a page located in another space \item \url{http://www.xwiki.org} -\textgreater{} you can link to wiki pages or to external websites \item \href{http://www.xwiki.org}{XWiki.org Website} -\textgreater{} link labels work for exernal links too \end{itemize} You can also create links to attachments: XWikiLogo.png \label{HImages} \heading{1}{Images} You can insert images in your wiki pages: \begin{center} \includegraphics{XWikiLogo.png} \end{center} \label{HMacros} \heading{1}{Macros} Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages: \label{HWarningMacro} \heading{2}{Warning Macro} This macro allows you to draw users' attention to a specific piece of information: \begin{xwikiwarning} Hello World \end{xwikiwarning} \label{HTableofContents} \heading{2}{Table of Contents} This macro automatically generates a table of contents of your wiki page based on headings: \etocsettocstyle{}{} \tableofcontents ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} The sandbox is a part of your wiki that you can freely modify. It's meant to let you practice editing. You will discover how page editing works and create new pages. Simply click on \textbf{Edit} to get started! \begin{xwikiinfo} Don't worry about overwriting or losing stuff when editing the page, you can always roll back to the first version of the page from the "History" tab at the bottom of the page. \end{xwikiinfo} If you want to give a look to the underlying XWiki Syntax, you can click on "Wiki code" in the "Show" menu or click on the "Source" tab when editing the page. Here are a number of test pages you can play with: \begin{itemize} \item Sandbox Test Page 1 \item Sandbox Test Page 2 \item Sandbox Test Page 3 \end{itemize} Below is a demonstration of the XWiki Syntax you can use in wiki pages (headings, images, tables). \label{HHeadings} \heading{1}{Headings} XWiki offers 6 levels of headings. You can use them to structure your pages. \label{HLevel2Heading} \heading{2}{Level 2 Heading} \label{HLevel3Heading} \heading{3}{Level 3 Heading} \label{HLevel4Heading4} \heading{4}{Level 4 Heading 4} \label{HLevel5Heading5} \heading{5}{Level 5 Heading 5} \label{HLevel6Heading6} \heading{6}{Level 6 Heading 6} \label{HStyles} \heading{1}{Styles} Basic styles are supported in XWiki: \begin{itemize} \item \textbf{Text in Bold} \item \textit{Text in Italics} \item \underline{Text in Underline} \item \sout{Text in Strikethrough} \item Text in \textsubscript{subscript} \item Text in \textsuperscript{superscript} \end{itemize} \label{HLists} \heading{1}{Lists} You can create various types of lists in your wiki pages: \label{HUnorderedlist} \heading{2}{Unordered list} \begin{itemize} \item Level 1 \begin{itemize} \item Level 2 \begin{itemize} \item Level 3 \end{itemize} \item Level 2 \end{itemize} \item Level 1 \end{itemize} \label{HNumberedlist} \heading{2}{Numbered list} \begin{enumerate} \item Item \begin{enumerate} \item Subitem \begin{enumerate} \item Item \end{enumerate} \end{enumerate} \item Subitem \end{enumerate} \label{HMixedlist} \heading{2}{Mixed list} \begin{enumerate} \item Item 1 \begin{enumerate} \item Item 2 \begin{itemize} \item Item 3 \item Item 4 \end{itemize} \end{enumerate} \item Item 5 \end{enumerate} \label{HTables} \heading{1}{Tables} You can create simple tables right into wiki pages: \label{HSimpletable} \heading{2}{Simple table} \begin{center} \begin{tabular}{|l|l|l|} \hline cell 1 & cell 2 & cell 3\\ \hline cell 4 & cell 5 & cell 6\\ \hline cell 7 & cell 8 & cell 9\\ \hline \end{tabular} \end{center} \label{HTablewithheadersinthetoprow} \heading{2}{Table with headers in the top row} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{ table header } & \textbf{ table header } & \textbf{ table header}\\ \hline cell & cell & cell\\ \hline cell & cell & cell\\ \hline \end{tabular} \end{center} \label{HTablewithheadersinthetoprowandleftcolumn} \heading{2}{Table with headers in the top row and left column} \begin{center} \begin{tabular}{|l|l|l|} \hline \textbf{ table header } & \textbf{ table header } & \textbf{ table header}\\ \hline \textbf{ table header } & cell & cell\\ \hline \textbf{ table header } & cell & cell\\ \hline \end{tabular} \end{center} \label{HLinks} \heading{1}{Links} XWiki allows you to create links to other pages in your wiki or on the web: \begin{itemize} \item WebHome -\textgreater{} links to the homepage of the current space \item Sandbox Home -\textgreater{} links can have labels \item Wiki Home -\textgreater{} a link can use the SpaceName.PageName format to link to a page located in another space \item \url{http://www.xwiki.org} -\textgreater{} you can link to wiki pages or to external websites \item \href{http://www.xwiki.org}{XWiki.org Website} -\textgreater{} link labels work for exernal links too \end{itemize} You can also create links to attachments: XWikiLogo.png \label{HImages} \heading{1}{Images} You can insert images in your wiki pages: \begin{center} \includegraphics{XWikiLogo.png} \end{center} \label{HMacros} \heading{1}{Macros} Macros allow you to make wiki content look better and to add additional features to your wiki. Here are 2 examples of how macros can be used in wiki pages: \label{HWarningMacro} \heading{2}{Warning Macro} This macro allows you to draw users' attention to a specific piece of information: \begin{xwikiwarning} Hello World \end{xwikiwarning} \label{HTableofContents} \heading{2}{Table of Contents} This macro automatically generates a table of contents of your wiki page based on headings: \etocsettocstyle{}{} \tableofcontents ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/figure/figure2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.027 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \begin{table}[h] \caption{Table \textbf{caption}} \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \end{table} ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \begin{table}[h] \caption{Table \textbf{caption}} \begin{center} \begin{tabular}{|l|l|} \hline a & b\\ \hline \end{tabular} \end{center} \end{table} ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) latex10/specific/paragraph/paragraph2.test [xwiki/2.1, latex/1.0] Time elapsed: 0.018 sec <<< FAILURE! org.junit.ComparisonFailure: expected:<[${{{regex:.*\\begin\{document\}}}} \#\$\%\_\textbackslash{}\^{}\textless{}\textgreater{}\textbar{}\& ] \end{document}> but was:<[\documentclass{article} %% Language and font encodings \usepackage[english]{babel} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} %% Used for strike through support \usepackage[normalem]{ulem} %% Used for image support \usepackage{graphicx} %% For the Code macro %% Note: Needs to be loaded before csquotes \usepackage{minted} %% Use for quotes and to support nested quotes \usepackage{csquotes} %% For the message macros \usepackage{pifont,mdframed} %% For the TOC macro, to have local tocs \usepackage{etoc} %% For the Formula macro \usepackage{amsmath, amsthm, amssymb, amsfonts} %% For links to attachments (we embed the attachments and link to them) \usepackage{attachfile} %% For putting standalone blocks inside table cells and keeping table cells to a minimal width \usepackage{varwidth} %% Used for links %% Note: Should be loaded last \usepackage{hyperref} %% For the container macro \usepackage{multicol} %% Message macro environments \newenvironment{xwikimessage}[1] {\par\begin{mdframed}[linewidth=2pt,linecolor=#1]% \begin{list}{}{\leftmargin=1cm \labelwidth=\leftmargin}\item[\Large\ding{43}]} {\end{list}\end{mdframed}\par} \newenvironment{xwikierror} {\begin{xwikimessage}{red}} {\end{xwikimessage}} \newenvironment{xwikiwarning} {\begin{xwikimessage}{yellow}} {\end{xwikimessage}} \newenvironment{xwikiinfo} {\begin{xwikimessage}{blue}} {\end{xwikimessage}} \newenvironment{xwikisuccess} {\begin{xwikimessage}{green}} {\end{xwikimessage}} \newcommand{\xwikiinfoinline}[1] { \fcolorbox{blue}{white}{#1}} \newcommand{\xwikiwarninginline}[1] { \fcolorbox{yellow}{white}{#1}} \newcommand{\xwikierrorinline}[1] { \fcolorbox{red}{white}{#1}} \newcommand{\xwikisuccessinline}[1] { \fcolorbox{green}{white}{#1}} %% Set the style of internal references (hyperref) \hypersetup{colorlinks=true, linkcolor=black, urlcolor=blue} %% Ensure that images have a max width of 95% of the line width \makeatletter \setkeys{Gin}{width=\ifdim\Gin@nat@width>\linewidth 0.95\linewidth \else \Gin@nat@width \fi} \makeatother %% Define heading command so that it can be overridden easily \newcommand{\heading}[2]{ \ifx#11 \section{#2} \else \ifx#12 \subsection{#2} \else \ifx#13 \subsubsection{#2} \else \ifx#14 \paragraph{#2} \else \ifx#15 \subparagraph{#2} \ifnum#1>5 \subparagraph{#2} \fi \fi \fi \fi \fi \fi} %% Define xwikihorizontalline command so that it can be overridden easily \newcommand{\xwikihorizontalline}{ \noindent\rule{\textwidth}{0.4pt}\vspace{0.5\baselineskip} } %% Use LaTeX quotes by default \MakeOuterQuote{"} \begin{document} \#\$\%\_\textbackslash{}\^{}\textless{}\textgreater{}\textbar{}\& ] \end{document}> at org.xwiki.rendering.test.integration.RenderingTest.assertExpectedResult(RenderingTest.java:233) at org.xwiki.rendering.test.integration.RenderingTest.runTestInternal(RenderingTest.java:173) at org.xwiki.rendering.test.integration.RenderingTest.execute(RenderingTest.java:117) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:192) at org.xwiki.rendering.test.integration.RenderingTestSuite$TestClassRunnerForParameters.runChild(RenderingTestSuite.java:107) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at org.junit.runner.JUnitCore.run(JUnitCore.java:115) at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:39) at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) at java.util.Iterator.forEachRemaining(Iterator.java:116) at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:79) at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:70) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:170) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:154) at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:90) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:132) at org.junit.platform.surefire.provider.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:111) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)