0

I have a series of generic tests that run automatically from a TFS build definition. Some tests that pass are reported as failed in Visual Studio with the message "Summary XMLFile Does Not Conform to Schema". The XML files of the tests with that message are the same as tests that have no problems. Is there anything else that could cause this message? Would something like non-printable characters in the XML file cause it to fail schema validation?

(duplicate of my MSDN forums post)

taz
  • 1,506
  • 3
  • 15
  • 26

1 Answers1

1

This was caused by duplicate (non-unique) <TestName> values that I overlooked.

taz
  • 1,506
  • 3
  • 15
  • 26