Enabled all tables.
1 parent 60e4ea3 commit 39c25fa2c8156f2a2aa52a51f14909ec1d8ca4f8
Nigel Stanger authored on 27 Jul 2013
Showing 2 changed files
View
18
BDL/Test_classes/BDL_table_list.php
<?php
 
$testTables = array(
// 'Staff',
// 'Customer',
// 'Supplier',
// 'Product',
// 'Component',
// 'Assembly',
// 'Sale_head',
// 'Sale_line',
// 'Order_head',
'Staff',
'Customer',
'Supplier',
'Product',
'Component',
'Assembly',
'Sale_head',
'Sale_line',
'Order_head',
'Order_line',
);
 
?>
View
18
STINK_student_records/Test_classes/STINK_student_records_table_list.php
<?php
 
$testTables = array(
// 'Qualification',
// 'Paper',
// 'Schedule',
// 'Person',
// 'Staff',
// 'Student',
// 'Teach',
// 'Enrolment',
// 'Assessment',
'Qualification',
'Paper',
'Schedule',
'Person',
'Staff',
'Student',
'Teach',
'Enrolment',
'Assessment',
'Result',
);
 
?>