uniba-dsg/BPMNspector

Investigate correctness of ValidationResult.getFilesWithViolations() on Unix based systems

matthiasgeiger opened this issue · 3 comments

Travis fails at an assertion checking the correct size the List returned by the getFilesWithViolations() method - though it is no problem on my local windows machine.

Currently assertions are commented out - see 4ed41ff

Problem might be, that the refchecking is not using the Path used to load the file but uses the getXMLBaseURI() method of an JDOM element.

try it on a linux machine to understand the problem. Somewhen there are crazy differences between linux and windows

Thats the plan ;-)

However as I currently don't have a Linux partition/VM on my machine I opened this issues as an reminder.