assertNoUnexpectedAlerts();
}
public void testParam_contentAndTypeSpecified() throws Exception {
compile("<gxp:param name='foo' type='String' content='*' />");
assertAlert(new ContentTypeExpectedAlert(pos(2, 1),
"<gxp:param>",
"when content='*' is set."));
assertNoUnexpectedAlerts();
}