@Test
public void shouldNoThrowExceptionOnTooShortTuple() throws Exception, InterruptedException
{
LineItemFilter out = new LineItemFilter();
Tuple input = new Tuple();
input.addAttribute("" +1);
input.addAttribute("" + 155190);
input.addAttribute("" + 7706);
input.addAttribute("" + 1);
input.addAttribute("" + 17);
input.addAttribute("" + 21168.23);
input.addAttribute("" + 0.04);
input.addAttribute("" + 0.02);
input.addAttribute(RETURN_FLAG);
input.addAttribute("0");
//the relevant column is missing now
IntValue inputKey = new IntValue();
Record rec = new Record();
rec.setField(0, inputKey);