Fixed an issue with infinite loading
If a file was valid XML but had not tests or suites then it would re-parse and never load.
- It will now show an error instead
- It also does less parsing than it did before
If a file was valid XML but had not tests or suites then it would re-parse and never load.