The unit test for FSA initialization originally was missing '\n' from the input data, effectively making it one long line. The initialization function didn't bomb, but did read the specified number of FSAs from the input, but actually initialized 0 FSAs.
The FSA initialization code should return FAILURE if the number of FSAs read in does not match the number specified.
The unit test for FSA initialization originally was missing '\n' from the input data, effectively making it one long line. The initialization function didn't bomb, but did read the specified number of FSAs from the input, but actually initialized 0 FSAs.
The FSA initialization code should return FAILURE if the number of FSAs read in does not match the number specified.