lyfeyaj / jaql

Automatically exported from code.google.com/p/jaql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit tests need to clean-up their outputs

GoogleCodeExporter opened this issue · comments

Currently, unit tests are writing some of their outputs relative to the 
project root directory. They need to be written either to a designated 
output directory under root or under build/test (preferable).

The reason for this regression is that local mode, instead of mini-cluster 
is now used by default for testing. With mini-cluster tests, all data was 
relative to the mini-cluster root, which was under build/test.


Original issue reported on code.google.com by vuk.erce...@gmail.com on 20 Apr 2010 at 12:59

Original comment by vuk.erce...@gmail.com on 25 Sep 2010 at 6:50

  • Changed state: Fixed