diff --git a/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php b/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php index ddd361d..bcf4148 100644 --- a/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php +++ b/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php @@ -26,7 +26,7 @@ 'nullable' => false, 'legal_values' => array( 'T', 'AL', 'L', 'SL', 'AP', 'P', ), 'illegal_values'=> array( 't', '12', ' ', ), - 'test_value' => "SL", ), + 'test_value' => "L", ), 'SALARY' => array( 'generic_type' => 'NUMBER', 'sql_type' => array( 'NUMBER', 'DECIMAL' ), 'min_length' => 8, @@ -34,7 +34,7 @@ 'underflow' => 40449.99, 'legal_values' => array( 40450 ), 'nullable' => false, - 'test_value' => "100000", ), ); + 'test_value' => "85000", ), ); }