mattcasters / pentaho-pdi-dataset

Set of PDI plugins to more easily work with data sets. We also want to provide unit testing capabilities through input data sets and golden data sets.
Apache License 2.0
30 stars 13 forks source link

Unit Test changes are not applied to the current transformation when Run #22

Closed harrisward closed 6 years ago

harrisward commented 6 years ago

When you edit a unit test within a KTR and click Run the unit test XML is updated but the transformation that runs the unit test does not execute the latest update changes. You must save the transformation first before clicking Run. This is likely because the transformation itself has not been changes so does not detect and automatically save when Run is executed.

mattcasters commented 6 years ago

Also applied to clearing golden and input data sets, thanks Harris. We need to save constantly anytime something changes to a unit test.