6.10.10.2.15.2. Test 3: Python diff test
6.10.10.2.15.2. Test 3: Python diff test
On-the-fly python test script follows.
Start python section from input_frame.ipk
843: print 'Hello from python diff function test.'
844: print 'Hello again from python diff function test.'
Actual output follows.
Start output section of /usr/local/bin/python /usr/tmp/@13003.1510_test.py
1: Hello from python diff function test.
2: Hello again from python diff function test.
On-the-fly expected output follows.
Start expected section of input_frame.ipk
846: Hello from python diff function test.
847: Hello error from python diff function test.
Differential follows.
Actual | Expected |
2:! Hello again from python diff function test.
| 2:! Hello error from python diff function test.
|