Thanks Tim, forgot to update the count.
On Wed, Feb 26, 2014 at 10:05 AM, <[email protected]> wrote: > Repository: incubator-blur > Updated Branches: > refs/heads/apache-blur-0.2 73ff98057 -> cdc63a8be > > > account for new generations - snapshot stuff i reckon > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/cdc63a8b > Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/cdc63a8b > Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/cdc63a8b > > Branch: refs/heads/apache-blur-0.2 > Commit: cdc63a8beb2172afa9b238438be32012d343bbb8 > Parents: 73ff980 > Author: twilliams <[email protected]> > Authored: Wed Feb 26 10:05:19 2014 -0500 > Committer: twilliams <[email protected]> > Committed: Wed Feb 26 10:05:19 2014 -0500 > > ---------------------------------------------------------------------- > .../apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > ---------------------------------------------------------------------- > > > > http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/cdc63a8b/blur-mapred/src/test/java/org/apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java > ---------------------------------------------------------------------- > diff --git > a/blur-mapred/src/test/java/org/apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java > b/blur-mapred/src/test/java/org/apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java > index ff79e97..d44fed8 100644 > --- > a/blur-mapred/src/test/java/org/apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java > +++ > b/blur-mapred/src/test/java/org/apache/blur/mapreduce/lib/BlurOutputFormatMiniClusterTest.java > @@ -185,7 +185,7 @@ public class BlurOutputFormatMiniClusterTest { > > FileStatus[] listStatusAfter = fileSystem.listStatus(shardPath); > > - assertEquals(9, listStatusAfter.length); > + assertEquals(10, listStatusAfter.length); > > } > > >
