Sure. I think it is related. But, I'm not sure what exactly is going
on here. I can try to take a look early this week.
thanks, aaron
At 10:56 AM 6/23/2006, you wrote:
Hi, Aaron,
Last night failure is more interesting than weird. The failure is
checking that there was 28 workspaces with ranking
expected:<102> but was:<28>
In TestFileMetricPriIndicator.java:53 I saw following code and comment:
assertTrue("checking that there was workspaces with a
ranking", hasRank);
//assertEquals("checking that there was 28 workspaces with
ranking", 28, count);
assertEquals("checking that there was 28 workspaces with
ranking", 102, count);
Likely it is related to the changes I made on
DailyProjectFileMetric, what do you think?
Thanks,
Hongbing