diff --git a/BDL/Test_classes/Assembly/BDL_Test_Assembly.php b/BDL/Test_classes/Assembly/BDL_Test_Assembly.php index a69e44c..2b2221f 100644 --- a/BDL/Test_classes/Assembly/BDL_Test_Assembly.php +++ b/BDL/Test_classes/Assembly/BDL_Test_Assembly.php @@ -29,9 +29,9 @@ 'QUANTITY' => array( 'generic_type' => 'NUMBER', 'sql_type' => array( 'NUMBER', 'INTEGER', 'SMALLINT' ), 'min_length' => 4, - 'max_length' => 4, + 'max_length' => 5, 'decimals' => 0, - 'underflow' => -1, + 'underflow' => 0, // should be 1, but there was a typo in the spec 'overflow' => 10000, 'nullable' => false, 'test_value' => "456", ), );