}
@Test
public void testGoto_KO_InvalidContent() throws Exception
{
PDActionRemoteGoTo gotoAction = new PDActionRemoteGoTo();
gotoAction.setD(new COSDictionary());
gotoAction.setFile(new PDFileSpecification()
{
public COSBase getCOSObject()
{
return COSName.getPDFName("ADest");
}