Examples of AcctSchemaTableDocType


Examples of org.openbravo.model.common.enterprise.AcctSchemaTableDocType

  /**
   * Tests Mantis issue: 8624: Validation should not check field length of id/foreign key columns
   */
  public void testMantis8624() {
    final String id = "012345678901234567890123456789";
    final AcctSchemaTableDocType oi = OBProvider.getInstance().get(AcctSchemaTableDocType.class);
    // this failed before:
    oi.setId(id);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.