Skip to content

Commit

Permalink
more filters.chipper test update for new chipper code
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Dec 16, 2013
1 parent 1fee743 commit 83a3405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/filters/ChipperTest.cpp
Expand Up @@ -101,7 +101,9 @@ BOOST_AUTO_TEST_CASE(test_construction)
Dimension const& dimZ = schema.getDimension("Z");

StageRandomIterator* iter = reader.createRandomIterator(buffer);
chipper.GetBlock(20).GetBuffer(iter, buffer, one_point, 20, dimPoint, dimBlock);
schema::DimensionMap* dim_map = one_point.getSchema().mapDimensions(buffer.getSchema());

chipper.GetBlock(20).GetBuffer(iter, buffer, one_point, 20, dimPoint, dimBlock, dim_map);

//
// std::cout << buffer.getField<boost::int32_t>(0, 0) << std::endl;
Expand Down

0 comments on commit 83a3405

Please sign in to comment.