Hi Michael, I did my own custom data loader and it's working fine. I will describe you everything on a simpler example. Maybe I don't understand something.
1) I've created my Test class https://paste.apache.org/juCo My "TestConfigurationLoader" class loading data from xml into my data provider "dp". Inside my loader I'm parsing xml and create custom Vo objects. My array will have 188 objects after parsing. 2) I'm creating a custom "Rule" - As you probably know "Rule" is launching before any test method class is launch. https://paste.apache.org/8TUw I'm removing items from array - Leave only one. 3) First test is launching "testTest". I see in the debugger that in my data provider "dp" I have 1 item, but my test is launching 188 times. Why ? - This is the point which I don't understand. Any idea ? Piotr ----- Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FLEXUNIT-TLF-Problem-with-applying-appropriate-data-for-tests-tp45201p45312.html Sent from the Apache Flex Development mailing list archive at Nabble.com.