org.hibernate.test.fileimport.CommandExtractorServiceTest > testImportFile FAILED org.junit.ComparisonFailure org.hibernate.test.fileimport.MultiLineImportFileTest > testImportFile FAILED org.junit.ComparisonFailure at MultiLineImportFileTest.java:66 <?xml version="1.0" encoding="UTF-8"?> <testsuite name="org.hibernate.test.fileimport.MultiLineImportFileTest" tests="1" skipped="0" failures="1" errors="0" timestamp="2016-07-06T09:42:26" hostname="chammer-PC" time="0.137"> <properties/> <testcase name="testImportFile" classname="org.hibernate.test.fileimport.MultiLineImportFileTest" time="0.137"> <failure message="org.junit.ComparisonFailure: Multi-line string inserted incorrectly expected:<...-line comment line 1 -- line 2' /* line 3 /> but was:<...-line comment line 1 -- line 2' / line 3 */>" type="org.junit.ComparisonFailure">org.junit.ComparisonFailure: Multi-line string inserted incorrectly expected:<...-line comment line 1[ – line 2' ] /* line 3 */> but was:<...-line comment line 1[ – line 2'] /* line 3 */> at org.junit.Assert.assertEquals(Assert.java:115) at org.hibernate.test.fileimport.MultiLineImportFileTest.testImportFile(MultiLineImportFileTest.java:66) 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:497) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) </failure> ... |