YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Clean tests/functional/data/actual_op/ dir for clear workspace for commit after run arrow_command.sh #76

Closed wangjungithub closed 11 years ago

wangjungithub commented 11 years ago

Hi,

Sometimes we need run tests/functional/arrow_command.sh after changed some code, to make sure the functions still work fine. Even we had added the path to .gitignore, seems that it only stops committing new files to tests/functional/data/actual_op/, but for the exist files, we can still see the files are modified.

This Pull Request is to clean actual_op dir, to make the workspace more clear.

Regards, Jun

proverma commented 11 years ago

payal is doing a major refactoring of test folders, i will have to ignore this PR for now. Lets look into it later after payal's PR.