public void testLoop_attrBundleNotAllowed() throws Exception {
// test duplicate from bundle
compile("<gxp:loop var='x' iterator='q'"
+ " gxp:type='bundle' from-element='b'/>");
assertAlert(new InvalidTypeError(pos(2,1), "BundleType"));
assertNoUnexpectedAlerts();
}