Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a doctype to the StatelessXmlReporter output #149

Closed
wants to merge 1 commit into from
Closed

Add a doctype to the StatelessXmlReporter output #149

wants to merge 1 commit into from

Conversation

Darsstar
Copy link

I like eclipse not to have any complaints about a missing doctype/dtd.

@Tibor17
Copy link
Contributor

Tibor17 commented May 24, 2017

DOCTYPE is old.
Do you mean report XML e.g. surefire-reports/TEST-MyTest.xml?

<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="MyTest" time="0.36" tests="8" errors="0" skipped="0" failures="0">

It is a typical XML.
Why should I use two types of metadata?
Did Eclipse have any statement to this issue? The issues originated with error in Eclipse so I would expect them to do the best effort first. Would it be possible?

@Darsstar
Copy link
Author

So... I am a moron and should have looked closer... Sorry.

@Darsstar Darsstar closed this May 25, 2017
@Darsstar Darsstar deleted the patch-1 branch May 25, 2017 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants