When creating a merged file, we get:
<Results xmlns="...">
</Results>
Instead, it should either be:
...or:
<Results xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
</Results>
...for the default configuration.
If I specify a namespace, it works correctly, but if not, then it appends an empty namespace, thus breaking XSL validation.