}
public void testBug748() throws Exception {
EventType type = new EventType("Finance", "StockQuote");
FixedEventHeader fixed = new FixedEventHeader(type, "10");
StructuredEvent quoteEvent = new StructuredEvent();
// Complete header date
Property variable[] = new Property[0];
quoteEvent.header = new EventHeader(fixed, variable);
quoteEvent.filterable_data = new Property[2];