886887888889890891892893894895896
.build(); } @Test public void testNegativeMaxFilesize() throws Exception { final TableLayoutDesc desc = TableLayoutDesc.newBuilder(makeMinimalValidLayout()) .setMaxFilesize(-1L) .build(); try { KijiTableLayout.newLayout(desc);