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_TESTS_BASE_PATH Parameter not correctly defined #26

Closed diethardsteiner closed 5 years ago

diethardsteiner commented 5 years ago

The Transformation unit test dialog has the Base test path prepopulated with UNIT_TESTS_BASE_PATH. Please change to ${UNIT_TESTS_BASE_PATH}. Thanks!

mattcasters commented 5 years ago

Or just empty since ${UNIT_TESTS_BASE_PATH} is the default.

diethardsteiner commented 5 years ago

Ok, but still it should have the missing ${ and }. So instead of UNIT_TESTS_BASE_PATH use ${UNIT_TESTS_BASE_PATH}.

mattcasters commented 5 years ago

No, it's better to remove it. It's better to have the kettle-environment manage these system settings.