Sunday, November 29, 2015¶
For #639 I did more work than usual:
I added a
pm runscriptscramble_tx25. This was the most difficult part. The advantage is that it will help me to grow our library of Tx25 example which contained only 2 files.I added a new fictive Tx25 response
demo_tx25_3.xmltolino_welfare.modlib.cbss.fixtures.cbss_demowhich reproduces the problem.I added another
pm runscriptprint_tx25which is convenient when you are debugging a new handler and want to see the result without using the mouse.I wrote the handler for PostalAddressAbroad to
lino_welfare.modlib.cbss.tx25. This was the actual problem and took just a few minutes.TODO: the test suite currently does not yet print these Tx25 automatically and therefore does not actually detect whether there is a problem.