error
|
testCleanupHTML |
JSPCoreTestSuite |
error
|
testUTF16BOM |
JSPEncodingTestSuite |
error
|
testUTF16BOM |
CSSEncodingTestSuite |
error
|
testUTF16BOM |
HTMLEncodingTestSuite |
failure
|
testCleanupInsertTagsQuoteAttrs |
JSPCoreTestSuite |
failure
|
testCleanupInsertTags |
JSPCoreTestSuite |
failure
|
testCleanupCompressEmptyElementTags |
JSPCoreTestSuite |
failure
|
testFormat261968 |
JSPCoreTestSuite |
failure
|
testFormatTags |
JSPCoreTestSuite |
failure
|
testFormatOneSpace |
JSPCoreTestSuite |
failure
|
testFormatSpaces |
JSPCoreTestSuite |
failure
|
testFormatSpacesAndChars |
JSPCoreTestSuite |
failure
|
testFormat |
JSPCoreTestSuite |
failure
|
testFormatSplitLinesSplitMultiAttrs |
JSPCoreTestSuite |
failure
|
testFormatSplitLines |
JSPCoreTestSuite |
failure
|
testFormatBlockComments |
JSPCoreTestSuite |
failure
|
testFormatInlineComments |
JSPCoreTestSuite |
failure
|
testFormatInlineCommentsSplitLinesSplitMultiAttrs |
JSPCoreTestSuite |
failure
|
testHTMLFormat |
JSPCoreTestSuite |
failure
|
testFormat261968 |
JSPCoreTestSuite |
failure
|
testFormatTags |
JSPCoreTestSuite |
failure
|
testFormatOneSpace |
JSPCoreTestSuite |
failure
|
testFormatSpaces |
JSPCoreTestSuite |
failure
|
testFormatSpacesAndChars |
JSPCoreTestSuite |
failure
|
testFormat |
JSPCoreTestSuite |
failure
|
testFormatSplitLinesSplitMultiAttrs |
JSPCoreTestSuite |
failure
|
testFormatSplitLines |
JSPCoreTestSuite |
failure
|
testFormatBlockComments |
JSPCoreTestSuite |
failure
|
testFormatInlineComments |
JSPCoreTestSuite |
failure
|
testFormatInlineCommentsSplitLinesSplitMultiAttrs |
JSPCoreTestSuite |
failure
|
testHTMLFormat |
JSPCoreTestSuite |
failure
|
testBUG73990SelectorFormat |
CSSCoreTestSuite |
failure
|
testBUG111569extraSemicolonFormat |
CSSCoreTestSuite |
failure
|
testBUG146198attributeSpecifierFormat |
CSSCoreTestSuite |
failure
|
testBUG110539multipleClassFormat |
CSSCoreTestSuite |
failure
|
testTableFormat |
HTMLCoreTestSuite |
failure
|
testAttributeFormat |
HTMLCoreTestSuite |
failure
|
testVersionCompare |
TestBuild |
|
|
Test: |
testCleanupHTML |
Class: |
JSPCoreTestSuite |
|
java.lang.NullPointerException
|
|
at org.eclipse.wst.html.core.internal.cleanup.ElementNodeCleanupHandler.insertMissingTags(ElementNodeCleanupHandler.java:429)
|
|
at org.eclipse.wst.html.core.internal.cleanup.ElementNodeCleanupHandler.cleanup(ElementNodeCleanupHandler.java:111)
|
|
at org.eclipse.wst.html.core.internal.cleanup.ElementNodeCleanupHandler.cleanupChildren(ElementNodeCleanupHandler.java:271)
|
|
at org.eclipse.wst.html.core.internal.cleanup.ElementNodeCleanupHandler.cleanup(ElementNodeCleanupHandler.java:71)
|
|
at org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor.cleanupNode(AbstractStructuredCleanupProcessor.java:337)
|
|
at org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor.cleanupModel(AbstractStructuredCleanupProcessor.java:282)
|
|
at org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor.cleanupModel(AbstractStructuredCleanupProcessor.java:242)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.testCleanupHTML(CleanupTester.java:159)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testUTF16BOM |
Class: |
JSPEncodingTestSuite |
|
sun.io.MalformedInputException
|
|
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364)
|
|
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250)
|
|
at java.io.InputStreamReader.read(InputStreamReader.java:212)
|
|
at org.eclipse.jst.jsp.core.internal.contenttype.JSPHeadTokenizer.zzRefill(JSPHeadTokenizer.java:359)
|
|
at org.eclipse.jst.jsp.core.internal.contenttype.JSPHeadTokenizer.primGetNextToken(JSPHeadTokenizer.java:598)
|
|
at org.eclipse.jst.jsp.core.internal.contenttype.JSPHeadTokenizer.getNextToken(JSPHeadTokenizer.java:254)
|
|
at org.eclipse.jst.jsp.tests.encoding.jsp.JSPHeadTokenizerTester.parseHeader(JSPHeadTokenizerTester.java:182)
|
|
at org.eclipse.jst.jsp.tests.encoding.jsp.JSPHeadTokenizerTester.doTestFile(JSPHeadTokenizerTester.java:58)
|
|
at org.eclipse.jst.jsp.tests.encoding.jsp.JSPHeadTokenizerTester.testUTF16BOM(JSPHeadTokenizerTester.java:339)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.UITestApplication$3.run(UITestApplication.java:195)
|
|
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
|
|
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
|
|
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3378)
|
|
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3036)
|
|
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
|
|
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
|
|
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
|
|
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
|
|
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
|
|
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
|
|
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
|
|
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
|
|
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
|
|
at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
|
|
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testUTF16BOM |
Class: |
CSSEncodingTestSuite |
|
sun.io.MalformedInputException
|
|
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364)
|
|
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250)
|
|
at java.io.InputStreamReader.read(InputStreamReader.java:212)
|
|
at org.eclipse.wst.css.core.internal.contenttype.CSSHeadTokenizer.yy_advance(CSSHeadTokenizer.java:337)
|
|
at org.eclipse.wst.css.core.internal.contenttype.CSSHeadTokenizer.primGetNextToken(CSSHeadTokenizer.java:470)
|
|
at org.eclipse.wst.css.core.internal.contenttype.CSSHeadTokenizer.getNextToken(CSSHeadTokenizer.java:229)
|
|
at org.eclipse.wst.css.tests.encoding.css.CSSHeadTokenizerTester.parseHeader(CSSHeadTokenizerTester.java:88)
|
|
at org.eclipse.wst.css.tests.encoding.css.CSSHeadTokenizerTester.doTestFile(CSSHeadTokenizerTester.java:52)
|
|
at org.eclipse.wst.css.tests.encoding.css.CSSHeadTokenizerTester.doTestFile(CSSHeadTokenizerTester.java:31)
|
|
at org.eclipse.wst.css.tests.encoding.css.CSSHeadTokenizerTester.testUTF16BOM(CSSHeadTokenizerTester.java:202)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testUTF16BOM |
Class: |
HTMLEncodingTestSuite |
|
sun.io.MalformedInputException
|
|
at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:262)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.convertInto(StreamDecoder.java:314)
|
|
at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java:364)
|
|
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:250)
|
|
at java.io.InputStreamReader.read(InputStreamReader.java:212)
|
|
at org.eclipse.wst.html.core.internal.contenttype.HTMLHeadTokenizer.yy_advance(HTMLHeadTokenizer.java:340)
|
|
at org.eclipse.wst.html.core.internal.contenttype.HTMLHeadTokenizer.primGetNextToken(HTMLHeadTokenizer.java:477)
|
|
at org.eclipse.wst.html.core.internal.contenttype.HTMLHeadTokenizer.getNextToken(HTMLHeadTokenizer.java:232)
|
|
at org.eclipse.wst.html.tests.encoding.html.HTMLHeadTokenizerTester.parseHeader(HTMLHeadTokenizerTester.java:175)
|
|
at org.eclipse.wst.html.tests.encoding.html.HTMLHeadTokenizerTester.doTestFile(HTMLHeadTokenizerTester.java:57)
|
|
at org.eclipse.wst.html.tests.encoding.html.HTMLHeadTokenizerTester.doTestFile(HTMLHeadTokenizerTester.java:37)
|
|
at org.eclipse.wst.html.tests.encoding.html.HTMLHeadTokenizerTester.testUTF16BOM(HTMLHeadTokenizerTester.java:309)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testCleanupInsertTagsQuoteAttrs |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError: Cleaned up document differs from the expected.
|
Expected Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE Invoice PUBLIC "InvoiceId" "Invoice.dtd" >
|
<Invoice>
|
<Header invoiceNumber="12345">
|
<Date>
|
<Month>July</Month>
|
<Day>15</Day>
|
<Year>2001
|
</Year></Date>
|
<BillTo custNumber="custNumber"/>
|
<BillTo custNumber= "custNumber"/>
|
<BillTo custNumber ="custNumber"/>
|
<BillTo custNumber = "custNumber"/>
|
<BillTo custNumber="custNumber" name="Craig" phone = "416-448-4414" />
|
<BillTo custNumber = "X5739" name="name" phone = "416-448-4414" />
|
<BillTo custNumber = "X5739" name = "Craig" phone="phone"/>
|
<BillTo custNumber="custNumber" name="name" phone="phone"/>
|
<BillTo custNumber = "X5739" name="Craig Salter" phone="416-448-4414">
|
<Address>
|
<street1>IBM</street1>
|
<street2>1150 Eglinton Ave East</street2>
|
<city>Toronto</city>
|
<state>Ontario</state>
|
<zip>M3C 1H7</zip>
|
<country>Canada
|
</country></Address></BillTo></Header>
|
<Item discount="promotion" price="57">
|
<description>A wedding ring</description></Item></Invoice>
|
Actual Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE Invoice PUBLIC "InvoiceId" "Invoice.dtd" >
|
<Invoice>
|
<Header invoiceNumber=12345>
|
<Date>
|
<Month>July</Month>
|
<Day>15</Day>
|
<Year>2001
|
</Date>
|
<BillTo custNumber=/>
|
<BillTo custNumber= />
|
<BillTo custNumber =/>
|
<BillTo custNumber = />
|
<BillTo custNumber name=Craig phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name = Craig phone/>
|
<BillTo custNumber name phone/>
|
<BillTo custNumber = X5739 name="Craig Salter" phone=416-448-4414>
|
<Address>
|
<street1>IBM</street1>
|
<street2>1150 Eglinton Ave East</street2>
|
<city>Toronto</city>
|
<state>Ontario</state>
|
<zip>M3C 1H7</zip>
|
<country>Canada
|
</Header>
|
<Item discount=promotion price=57>
|
<description>A wedding ring
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.compare(CleanupTester.java:336)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.testCleanupInsertTagsQuoteAttrs(CleanupTester.java:80)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testCleanupInsertTags |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError: Cleaned up document differs from the expected.
|
Expected Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE Invoice PUBLIC "InvoiceId" "Invoice.dtd" >
|
<Invoice>
|
<Header invoiceNumber=12345>
|
<Date>
|
<Month>July</Month>
|
<Day>15</Day>
|
<Year>2001
|
</Year></Date>
|
<BillTo custNumber=/>
|
<BillTo custNumber= />
|
<BillTo custNumber =/>
|
<BillTo custNumber = />
|
<BillTo custNumber name=Craig phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name = Craig phone/>
|
<BillTo custNumber name phone/>
|
<BillTo custNumber = X5739 name="Craig Salter" phone=416-448-4414>
|
<Address>
|
<street1>IBM</street1>
|
<street2>1150 Eglinton Ave East</street2>
|
<city>Toronto</city>
|
<state>Ontario</state>
|
<zip>M3C 1H7</zip>
|
<country>Canada
|
</country></Address></BillTo></Header>
|
<Item discount=promotion price=57>
|
<description>A wedding ring</description></Item></Invoice>
|
Actual Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
<!DOCTYPE Invoice PUBLIC "InvoiceId" "Invoice.dtd" >
|
<Invoice>
|
<Header invoiceNumber=12345>
|
<Date>
|
<Month>July</Month>
|
<Day>15</Day>
|
<Year>2001
|
</Date>
|
<BillTo custNumber=/>
|
<BillTo custNumber= />
|
<BillTo custNumber =/>
|
<BillTo custNumber = />
|
<BillTo custNumber name=Craig phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name phone = 416-448-4414 />
|
<BillTo custNumber = X5739 name = Craig phone/>
|
<BillTo custNumber name phone/>
|
<BillTo custNumber = X5739 name="Craig Salter" phone=416-448-4414>
|
<Address>
|
<street1>IBM</street1>
|
<street2>1150 Eglinton Ave East</street2>
|
<city>Toronto</city>
|
<state>Ontario</state>
|
<zip>M3C 1H7</zip>
|
<country>Canada
|
</Header>
|
<Item discount=promotion price=57>
|
<description>A wedding ring
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.compare(CleanupTester.java:336)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.testCleanupInsertTags(CleanupTester.java:108)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testCleanupCompressEmptyElementTags |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError: Cleaned up document differs from the expected.
|
Expected Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
<XMI xmi.version="1.0" timestamp="Tue Nov 28 08:19:21 EST 2000">
|
<XMI.header>
|
<XMI.documentation>
|
<XMI.exporter>XMI Toolkit</XMI.exporter>
|
<XMI.exporterVersion>1.05</XMI.exporterVersion>
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion />
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion />
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion>1.05</XMI.exporterVersion>
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion>1.05</XMI.exporterVersion>
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion xmi.name="UML" xmi.version="1.1" />
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion xmi.name="UML" xmi.version="1.1" />
|
</XMI.documentation>
|
<XMI.metamodel xmi.name="UML" xmi.version="1.1" />
|
</XMI.header>
|
<XMI.content />
|
</XMI>
|
Actual Contents:
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<XMI xmi.version="1.0" timestamp="Tue Nov 28 08:19:21 EST 2000">
|
|
<XMI.header>
|
<XMI.documentation>
|
<XMI.exporter>XMI Toolkit</XMI.exporter>
|
|
<XMI.exporterVersion>1.05</XMI.exporterVersion>
|
</XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion></XMI.exporterVersion></XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion></XMI.exporterVersion> </XMI.documentation>
|
<XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion>1.05</XMI.exporterVersion></XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion>1.05</XMI.exporterVersion> </XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion xmi.name = "UML" xmi.version = "1.1"></XMI.exporterVersion></XMI.documentation>
|
<XMI.documentation>
|
<XMI.exporterVersion xmi.name = "UML" xmi.version = "1.1"></XMI.exporterVersion> </XMI.documentation>
|
<XMI.metamodel xmi.name = "UML" xmi.version
|
=
|
"1.1" />
|
</XMI.header>
|
|
<XMI.content>
|
</XMI.content>
|
|
</XMI>
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.compare(CleanupTester.java:336)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.CleanupTester.testCleanupCompressEmptyElementTags(CleanupTester.java:136)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormat261968 |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormat261968(FormatTester.java:70)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatTags |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatTags(FormatTester.java:148)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatOneSpace |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatOneSpace(FormatTester.java:200)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSpaces |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSpaces(FormatTester.java:252)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSpacesAndChars |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSpacesAndChars(FormatTester.java:304)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormat |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormat(FormatTester.java:330)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSplitLinesSplitMultiAttrs |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSplitLinesSplitMultiAttrs(FormatTester.java:356)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSplitLines |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSplitLines(FormatTester.java:382)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatBlockComments |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatBlockComments(FormatTester.java:408)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatInlineComments |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatInlineComments(FormatTester.java:434)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatInlineCommentsSplitLinesSplitMultiAttrs |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatInlineCommentsSplitLinesSplitMultiAttrs(FormatTester.java:460)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testHTMLFormat |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testHTMLFormat(FormatTester.java:486)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormat261968 |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormat261968(FormatTester.java:70)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatTags |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatTags(FormatTester.java:148)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatOneSpace |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatOneSpace(FormatTester.java:200)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSpaces |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSpaces(FormatTester.java:252)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSpacesAndChars |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSpacesAndChars(FormatTester.java:304)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormat |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormat(FormatTester.java:330)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSplitLinesSplitMultiAttrs |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSplitLinesSplitMultiAttrs(FormatTester.java:356)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatSplitLines |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatSplitLines(FormatTester.java:382)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatBlockComments |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatBlockComments(FormatTester.java:408)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatInlineComments |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatInlineComments(FormatTester.java:434)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testFormatInlineCommentsSplitLinesSplitMultiAttrs |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testFormatInlineCommentsSplitLinesSplitMultiAttrs(FormatTester.java:460)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testHTMLFormat |
Class: |
JSPCoreTestSuite |
|
junit.framework.AssertionFailedError
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.compare(FormatTester.java:583)
|
|
at org.eclipse.jst.jsp.core.tests.cleanupformat.FormatTester.testHTMLFormat(FormatTester.java:486)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testBUG73990SelectorFormat |
Class: |
CSSCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.formatAndAssertEquals(TestFormatProcessorCSS.java:114)
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.testBUG73990SelectorFormat(TestFormatProcessorCSS.java:125)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testBUG111569extraSemicolonFormat |
Class: |
CSSCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.formatAndAssertEquals(TestFormatProcessorCSS.java:114)
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.testBUG111569extraSemicolonFormat(TestFormatProcessorCSS.java:136)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testBUG146198attributeSpecifierFormat |
Class: |
CSSCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.formatAndAssertEquals(TestFormatProcessorCSS.java:114)
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.testBUG146198attributeSpecifierFormat(TestFormatProcessorCSS.java:150)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testBUG110539multipleClassFormat |
Class: |
CSSCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.formatAndAssertEquals(TestFormatProcessorCSS.java:114)
|
|
at org.eclipse.wst.css.core.tests.format.TestFormatProcessorCSS.testBUG110539multipleClassFormat(TestFormatProcessorCSS.java:154)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testTableFormat |
Class: |
HTMLCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected.
|
Expected Contents:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<title>Insert title here</title>
|
</head>
|
<body>
|
<table>
|
<tr>
|
<th>Column 1 Heading</th>
|
<th>Column 2 Heading</th>
|
</tr>
|
<tr>
|
<td>Row 1: Col 1</td>
|
<td>Row 1: Col 2</td>
|
</tr>
|
</table>
|
</body>
|
</html>
|
Actual Contents:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<title>Insert title here</title>
|
</head>
|
<body>
|
<table> <tr> <th>Column 1 Heading</th> <th>Column 2 Heading</th> </tr> <tr> <td>Row 1: Col 1</td> <td>Row 1:
Col 2</td> </tr>
|
</table>
|
</body>
|
</html>
|
|
at org.eclipse.wst.html.core.tests.format.TestFormatProcessorHTML.formatAndAssertEquals(TestFormatProcessorHTML.java:156)
|
|
at org.eclipse.wst.html.core.tests.format.TestFormatProcessorHTML.formatAndAssertEquals(TestFormatProcessorHTML.java:128)
|
|
at org.eclipse.wst.html.core.tests.format.TestFormatProcessorHTML.testTableFormat(TestFormatProcessorHTML.java:175)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testAttributeFormat |
Class: |
HTMLCoreTestSuite |
|
junit.framework.AssertionFailedError: Formatted document differs from the expected.
|
Expected Contents:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta
|
http-equiv="Content-Type"
|
content="text/html; charset=ISO-8859-1"
|
>
|
<title>Insert title here</title>
|
</head>
|
<body>
|
<p
|
align="center"
|
id="myp"
|
>Here is some text that I am writing.</p>
|
<br
|
id="mybr"
|
title="notitle"
|
/>
|
</body>
|
</html>
|
Actual Contents:
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
<title>Insert title here</title>
|
</head>
|
<body>
|
<p align="center" id="myp">Here is some text that I am writing.</p><br id="mybr" title="notitle"/>
|
</body>
|
</html>
|
|
at org.eclipse.wst.html.core.tests.format.TestFormatProcessorHTML.formatAndAssertEquals(TestFormatProcessorHTML.java:156)
|
|
at org.eclipse.wst.html.core.tests.format.TestFormatProcessorHTML.testAttributeFormat(TestFormatProcessorHTML.java:188)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
Test: |
testVersionCompare |
Class: |
TestBuild |
|
junit.framework.AssertionFailedError: There is an error in versioning. See full listing for details.
|
|
at org.eclipse.wtp.releng.tests.BuildTests.testVersionCompare(BuildTests.java:462)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:354)
|
|
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:206)
|
|
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35)
|
|
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31)
|
|
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
|
|
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
|
|
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
|
|
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
|
|
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
|
|
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
|
|
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
|
|
at org.eclipse.equinox.launcher.Main.main(Main.java:1212) |
|
|
|
modified |
deboer |
/webtools.maps/releng.servertools/maps/wst-server-ui.map |
08/13/2008 16:47:33 |
[243929] Change WebLogic update site |
modified |
canderson |
/webtools.maps/releng.ejbtools/maps/jst-ejbtools.map |
08/13/2008 00:05:20 |
[243062] EJB Client action enablement not reset for context menu |
modified |
canderson |
/webtools.maps/releng.jeetools/maps/jst-j2ee-advanced.map |
08/13/2008 00:04:06 |
[243832] ClassCastException in JavaEEArchiveUtilities |
modified |
canderson |
/webtools.maps/releng.jeetools/maps/jst-j2ee-basic-tests.map |
08/13/2008 00:04:06 |
[243832] ClassCastException in JavaEEArchiveUtilities |
modified |
canderson |
/webtools.maps/releng.jeetools/maps/jst-j2ee-basic.map |
08/13/2008 00:04:06 |
[243832] ClassCastException in JavaEEArchiveUtilities |
modified |
canderson |
/webtools.maps/releng.common/maps/wst-common-tests.map |
08/13/2008 00:01:07 |
[243320] JUnit tests synch issues - not waiting for Jobs to finish |
modified |
david_williams |
/webtools.maps/releng/maps/dependencies.properties |
08/11/2008 19:47:51 |
243805 Update platform prereqs |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-tests.map |
08/11/2008 15:08:53 |
[228495] XML formatter removes empty lines |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/jst-jsp-tests.map |
08/11/2008 12:08:43 |
[228366] Thai3.4:Eclipse invalid recognized UTF16BE as ISO 8859-1 for generated JSP file |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-web-tests.map |
08/11/2008 12:08:43 |
[228366] Thai3.4:Eclipse invalid recognized UTF16BE as ISO 8859-1 for generated JSP file |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-core.map |
08/11/2008 10:55:07 |
[194698] - structured XSD annotations are mangled by formatter (fix for test) |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-tests.map |
08/11/2008 10:55:06 |
[194698] - structured XSD annotations are mangled by formatter (fix for test) |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-web-core.map |
08/11/2008 10:38:21 |
*** empty log message *** |
modified |
david_williams |
/webtools.maps/releng/maps/dependencies.properties |
08/11/2008 07:31:22 |
prep for 243362 Add JPT Persistence library to WTP automatic tests |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 06:16:46 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/11/2008 05:59:10 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 04:59:08 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/11/2008 04:53:25 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/11/2008 04:24:08 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 04:21:39 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 03:37:57 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 03:37:27 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/11/2008 03:12:39 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/11/2008 02:21:37 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 21:04:31 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/10/2008 20:38:52 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 20:36:45 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 20:26:53 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 08:54:12 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 08:21:15 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/10/2008 07:59:45 |
summarize times |
modified |
david_williams |
/webtools.maps/releng/maps/build.cfg |
08/10/2008 02:53:57 |
increase default test time out, temporarily for org.eclipse.jst.j2ee.tests.bvt.AutomatedBVT |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/jst-jsp-tests.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/jst-jsp.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-web-core.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-web-tests.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-web-ui.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-component-features.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-core.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-tests.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
nitind |
/webtools.maps/releng.sourceediting/maps/wst-xml-ui.map |
08/09/2008 19:26:55 |
merge maintenance |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/08/2008 21:57:41 |
improve version checker |
modified |
david_williams |
/webtools.maps/releng/maps/wtp-releng.map |
08/08/2008 13:13:18 |
improve version checker |