Re: [Webtest] Order of tests in report summary doesn't match run order

2008-01-18 Thread Marc Guillemot
ups! In fact I never noticed it before: the code producing the overview report wrongly relies on the default order of File.eachDir. This worked just find for me wit different Java runtime but as you noticed, this is not safe. Can you open an issue for that? I'm curious: which Java version do you

Re: [Webtest] Order of tests in report summary doesn't match run order

2008-01-18 Thread Douglas Beattie
I asked this same question yesterday in a post titled Sequential (as executed) ordering of the Test Scenario Overview section or the results page question. I'm glad others are seeing this too. The version of Java I am running is 1.6.0_03 Doug Marc Guillemot [EMAIL PROTECTED] 01/18/08 2:08 AM

[Webtest] Order of tests in report summary doesn't match run order

2008-01-17 Thread Andrew Ryan
When I execute my webtests, I get a directory with the tests in the order I requested them to run, labeled sequentially 001_DoSomething, 002_DoAnother, 003_MoreTests But in the report that gets created at the end of the test run, it seems that the order of the results is somewhat random. Is