* @throws PropertyException For errors parsing the value.
*/
@Test
public void testInitialOptimum() throws PropertyException {
final FObj testFobj = makeTestFObj();
final int leaderLengthOptimum = testFobj.traitLeaderLengthOpt(
STD_FO_CONTEXT);
/* This initial value is straight out of the XSL-FO Recommendation. */
assertEquals(12000, leaderLengthOptimum);
}