RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-03-03 Thread piotrz
otrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEXUNIT-TLF-Problem-with-applying-appropriate-data-for-tests-tp45201p45390.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-03-03 Thread Michael A. Labriola
>"checkfirstBaselineOffset" and "checkColumnWidthOnGapChangeTest" >I will create -> https://paste.apache.org/7Qka This is pretty close to what I was suggesting in my original comment. Mike

RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-03-03 Thread Michael A. Labriola
I would look at your code again. I don't think it's doing what you think it's doing. A few things including that slice returns a shallow copy. You make a copy and pass the original up. However, you don't need a rule at all. Just do this work in the loader. Load your data but ensure you only pas

RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-03-02 Thread piotrz
/7Qka 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-tp45201p45343.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-02-28 Thread piotrz
nd. Any idea ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.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.

RE: [FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-02-24 Thread Michael A. Labriola
PROBLEM: [Test(dataProvider=dp)] public function checkColumnWidthOnGapChangeTest(dpData:Object):void { } >If I add my data provider to the test above it will launch 100 times, but only >two cases from this xml file is for this test. This is just not how you are supposed to use this feature. It's

[FLEXUNIT, TLF] Problem with applying appropriate data for tests

2015-02-22 Thread piotrz
rzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FLEXUNIT-TLF-Problem-with-applying-appropriate-data-for-tests-tp45201.html Sent from the Apache Flex Development mailing list archive at Nabble.com.