diff --git a/BDL/Test_classes/Product/BDL_Test_Product.php b/BDL/Test_classes/Product/BDL_Test_Product.php index 3e2ebdd..16d957d 100644 --- a/BDL/Test_classes/Product/BDL_Test_Product.php +++ b/BDL/Test_classes/Product/BDL_Test_Product.php @@ -52,7 +52,7 @@ 'overflow' => 100000, 'nullable' => true, 'legal_values' => array( 0, 653 ), - 'illegal_values' => array( 654, 655 ), + 'illegal_values' => array( 655, 656 ), 'test_value' => "456", ), 'LIST_PRICE' => array( 'generic_type' => 'NUMBER', 'sql_type' => array( 'NUMBER', 'DECIMAL' ),