* For databases that accept only short column names, test avoidance of
* duplicate column names when populating the table with long column names.
*/
public void testPopulateWithLongColumnNames() {
MappingDefaultsImpl mapping = new MappingDefaultsImpl();
JDBCConfiguration conf = new JDBCConfigurationImpl(false, false);
conf.setDBDictionary("oracle");
mapping.setConfiguration(conf);
Table table = new Table("testtable", null);
Column[] cols = new Column[3];
cols[0] = new
Column("longnamelongnamelongnamelongnamelongnamelongname1", null);