Changeset 9706 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 21 Nov 2012, 22:37:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_batching.py
r9467 r9706 666 666 # Logging message from updateEntry, 667 667 self.assertTrue( 668 'INFO - system - K1000000 - Study level ' 669 'updated: level=100, level_verdict=C, level_session=2009' 668 'INFO - system - StudentStudyLevel Processor - ' 669 'sample_studylevel_data - K1000000 - updated: ' 670 'level=100, level_verdict=C, level_session=2009' 670 671 in logcontent) 671 672 … … 788 789 self.assertEqual(courseticket.semester, 1) 789 790 shutil.rmtree(os.path.dirname(fin_file)) 790 791 791 logcontent = open(self.logfile).read() 792 792 # Logging message from updateEntry, 793 793 self.assertTrue( 794 'INFO - system - K1000000 - Course ticket in 100 updated: code=COURSE1, ' 794 'INFO - system - CourseTicket Processor - ' 795 'sample_courseticket_data - K1000000 - 100 - ' 796 'updated: code=COURSE1, ' 795 797 'mandatory=False, score=3' 796 798 in logcontent) … … 968 970 # Logging message from updateEntry 969 971 self.assertTrue( 970 'INFO - system - K1000001 - Payment ticket updated: ' 972 'INFO - system - Student Payment Processor - ' 973 'sample_payment_data - K1000001 - updated: ' 971 974 'p_item=BTECHBDT, creation_date=2010-02-15 13:19:01+00:00, ' 972 975 'p_category=schoolfee, amount_auth=19500.0, p_current=True, ' … … 975 978 in logcontent) 976 979 self.assertTrue( 977 'INFO - system - K1000001 - Payment ticket updated: ' 980 'INFO - system - Student Payment Processor - ' 981 'sample_payment_data - K1000001 - updated: ' 978 982 'p_item=BTECHBDT, creation_date=2010-02-15 13:19:01+00:00, ' 979 983 'p_category=schoolfee, amount_auth=19500.6, p_current=True, ' … … 1089 1093 logcontent = open(self.logfile).read() 1090 1094 self.assertMatches( 1091 '... INFO - system - X666666 - Study course updated: current_verdict=0...', 1095 '... INFO - system - Verdict Processor (special processor, ' 1096 'update only) - sample_verdict_data - X666666 - ' 1097 'updated: current_verdict=0...', 1092 1098 logcontent) 1093 1099 self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.