* conditionals.
*/
public class ConditionalErrorTest extends BaseTestCase {
public void testCond_noClauses() throws Exception {
compile("<gxp:cond></gxp:cond>");
assertAlert(new NoClausesInCondError(pos(2,1), "<gxp:cond>"));
assertNoUnexpectedAlerts();
}