diff --git a/Unit_testing/BDL_Test_Staff.php b/Unit_testing/BDL_Test_Staff.php index c6d9f08..542893b 100644 --- a/Unit_testing/BDL_Test_Staff.php +++ b/Unit_testing/BDL_Test_Staff.php @@ -17,7 +17,6 @@ 'min_length' => 7, 'max_length' => 7, 'decimals' => 0, -// 'underflow' => -1, 'nullable' => false, 'test_value' => "123456", ), 'SURNAME' => array( 'generic_type' => 'TEXT', @@ -78,7 +77,6 @@ 'COMMENTS' => array( 'generic_type' => 'TEXT', 'sql_type' => array( 'VARCHAR2', 'CLOB' ), 'min_length' => 500, - 'max_length' => 4000, 'nullable' => true, 'test_value' => "Blah blah blah", ), ); }