6.23.10.2.18.2. Test 19: Python diff test

On-the-fly python test script follows.
Start python section from input_frame.ipk
  1036: print 'Hello from python diff function test.'
  1037: print 'Hello again from python diff function test.'
End python section from input_frame.ipk
Actual output follows.
Start output section of python <<temporary>>
     1: Hello from python diff function test.
     2: Hello again from python diff function test.
End output section to python <<temporary>>
On-the-fly expected output follows.
Start expected section of input_frame.ipk
  1039: Hello from python diff function test.
  1040: Hello error from python diff function test.
End expected section to input_frame.ipk
Differential follows.
ActualExpected
2:! Hello again from python diff function test. 2:! Hello error from python diff function test.