Surok112 / robotframework-maven-plugin

Automatically exported from code.google.com/p/robotframework-maven-plugin
0 stars 0 forks source link

Self-tests are not independent #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Running

mvn test

fails on my own Linux machine, since VerifyMojoTest is executed before 
AcceptanceMojoTests and the former fails because it is dependent on the output 
of the latter. 

I propose to use fixed, predefined data in VerifyMojoTest. The XML output 
format is stable enough, so this should be safe.

Original issue reported on code.google.com by janne.t....@gmail.com on 14 May 2012 at 10:48

GoogleCodeExporter commented 8 years ago
Well, seems that the problem was a bit more sophisticated. The tests do use 
predefined data, but in some cases the tests try create a directory like 
target/robotframework-reports/foo.xml, when they should create 
target/robotframework-reports instead

Original comment by janne.t....@gmail.com on 14 May 2012 at 11:05

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r201.

Original comment by janne.t....@gmail.com on 14 May 2012 at 11:11