| Summary: | XML Encoding Tests failing after XMLContentDescriber changes | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [WebTools] WTP Source Editing | Reporter: | Nick Sandonato <nsand.dev> | ||||
| Component: | wst.xml | Assignee: | Nick Sandonato <nsand.dev> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Nitin Dahyabhai <thatnitind> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | valentinbaciu | ||||
| Version: | 3.1 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 254517, 254522 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
|
Description
Nick Sandonato
Created attachment 117268 [details]
junit patch
Commenting out the tests that were affected by the most recent changes to the XMLContentDescriber.
TestContentDescription
testFile104()
testFile110()
testFile116()
TestCodedReader
testFile104()
testFile110()
testFile116()
TestContentTypeDetectionForXML
testFile105()
testFile116()
Fixed the expected contentType of TestContentTypeDetectionForXML#testFile120WS to now expect "org.eclipse.core.runtime.xml" since the XMLContentDescriber now recognizes leading linefeeds.
These tests are functional again. |