assertEquals("BC_EMPLOYEES_EMPLOYEENUMBER", names[2]);
assertEquals("BC_EMPLOYEES_EMAIL", names[3]);
final DataAttributes attributes = dataSchema.getAttributes(names[2]);
// assert that formatting-label is not a default mapper
final ConceptQueryMapper mapper = attributes.getMetaAttributeMapper(MetaAttributeNames.Formatting.NAMESPACE,
MetaAttributeNames.Formatting.LABEL);
if (mapper instanceof DefaultConceptQueryMapper)
{
fail("Formatting::label should be a LocalizedString instead of a default-mapper");
}