Changeset 14366 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 5 Jan 2017, 08:31:51 (8 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py
r13872 r14366 158 158 '\n')[0].split(',') 159 159 160 curr_year = datetime.datetime.now().year 161 160 162 class StudentImportExportSetup(FunctionalTestCase): 161 163 … … 274 276 # get a payment with all fields set 275 277 payment = StudentOnlinePayment() 276 payment.creation_date = datetime.datetime( 2012, 4, 1, 13, 12, 1)278 payment.creation_date = datetime.datetime(curr_year-6, 4, 1, 13, 12, 1) 277 279 payment.p_id = 'my-id' 278 280 payment.p_category = u'schoolfee' … … 281 283 payment.p_item = u'p-item' 282 284 payment.p_level = 100 283 payment.p_session = 2012284 payment.payment_date = datetime.datetime( 2012, 4, 1, 14, 12, 1)285 payment.p_session = curr_year - 6 286 payment.payment_date = datetime.datetime(curr_year-6, 4, 1, 14, 12, 1) 285 287 payment.amount_auth = 12.12 286 288 payment.r_amount_approved = 12.12 -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_export.py
r13711 r14366 766 766 'r_code,r_desc,student_id,state,current_session\r\n' 767 767 768 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'769 'p-item,100, 2012,paid,2012-04-01 14:12:01#,12.12,'768 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 769 'p-item,100,%s,paid,%s-04-01 14:12:01#,12.12,' 770 770 'r-code,,A111111,created,2012\r\n' 771 % (curr_year-6, curr_year-6, curr_year-6) 771 772 ) 772 773 return … … 785 786 'r_code,r_desc,student_id,state,current_session\r\n' 786 787 787 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'788 'p-item,100, 2012,paid,2012-04-01 14:12:01#,12.12,'788 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 789 'p-item,100,%s,paid,%s-04-01 14:12:01#,12.12,' 789 790 'r-code,,A111111,created,2012\r\n' 791 % (curr_year-6, curr_year-6, curr_year-6) 790 792 ) 791 793 return … … 804 806 'r_code,r_desc,student_id,state,current_session\r\n' 805 807 806 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'807 'p-item,100, 2012,paid,2012-04-01 14:12:01#,12.12,'808 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 809 'p-item,100,%s,paid,%s-04-01 14:12:01#,12.12,' 808 810 'r-code,,A111111,created,2012\r\n' 811 % (curr_year-6, curr_year-6, curr_year-6) 809 812 ) 810 813 return … … 826 829 'r_code,r_desc,student_id,state,current_session\r\n' 827 830 828 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'829 'p-item,100, 2012,paid,2012-04-01 14:12:01#,12.12,'831 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 832 'p-item,100,%s,paid,%s-04-01 14:12:01#,12.12,' 830 833 'r-code,,A111111,created,2012\r\n' 834 % (curr_year-6, curr_year-6, curr_year-6) 831 835 ) 832 836 return … … 854 858 self.app, self.outfile, 855 859 current_session=None, current_level=None, 856 payments_start='01/04/2012', payments_end='01/04/2012') 860 payments_start='01/04/%s' % (curr_year-6), 861 payments_end='01/04/%s' % (curr_year-6)) 857 862 result = open(self.outfile, 'rb').read() 858 863 self.assertEqual( … … 862 867 'r_code,r_desc,student_id,state,current_session\r\n' 863 868 864 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'865 'p-item,100, 2012,paid,2012-04-01 14:12:01#,12.12,'869 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 870 'p-item,100,%s,paid,%s-04-01 14:12:01#,12.12,' 866 871 'r-code,,A111111,created,2012\r\n' 872 % (curr_year-6, curr_year-6, curr_year-6) 867 873 ) 868 874 # Payment date is 2012-04-01, 14:12:01. … … 938 944 'r_code,r_desc,student_id,state,current_session\r\n' 939 945 940 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,'941 'p-item,100, 2012,unpaid,2012-04-01 14:12:01#,12.12,'946 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,' 947 'p-item,100,%s,unpaid,%s-04-01 14:12:01#,12.12,' 942 948 'r-code,,A111111,created,2012\r\n' 949 % (curr_year-6, curr_year-6, curr_year-6) 943 950 ) 944 951 return … … 967 974 'state,current_session,entry_session,entry_mode,faccode,depcode,certcode\r\n' 968 975 969 '666,12.12, 2012-04-01 13:12:01#,schoolfee,1,my-id,p-item,100,2012,'970 'paid, 2012-04-01 14:12:01#,12.12,r-code,,A111111,234,123,'976 '666,12.12,%s-04-01 13:12:01#,schoolfee,1,my-id,p-item,100,%s,' 977 'paid,%s-04-01 14:12:01#,12.12,r-code,,A111111,234,123,' 971 978 'Anna,M.,Tester,created,2012,2010,ug_ft,NA,NA,CERT1\r\n' 979 % (curr_year-6, curr_year-6, curr_year-6) 972 980 ) 973 981 return … … 1154 1162 'current_level,current_session,current_mode,entry_session,' 1155 1163 'reg_number,%s\r\nA111111,234,Anna M. Tester,created,CERT1,NA,NA,0,' 1156 '200,2012,ug_ft,2010,123,,,,, ,14.14,waived,,,,\r\n'1164 '200,2012,ug_ft,2010,123,,,,,12.12,14.14,waived,,,,\r\n' 1157 1165 % year_range_str in result 1158 1166 )
Note: See TracChangeset for help on using the changeset viewer.