Executing piddletest.py, "C advanced test" using piddleVCR
backend:
Traceback (innermost last):
File "piddletest.py", line 384, in ?
mainLoop()
File "piddletest.py", line 378, in mainLoop
runtest(backends[backend], tests[test])
File "piddletest.py", line 319, in runtest
canvas = testfunc(canvasClass)
File "piddletest.py", line 70, in advanced
return drawAdvanced(canvas)
File "piddletest.py", line 79, in drawAdvanced
canvas.drawFigure(figure, fillColor=yellow, edgeWidth=4)
File "piddleVCR.py", line 205, in drawFigure
self.recordfunc("drawFigure", partList, edgeColor,edgeWidth,fillColor,closed)
AttributeError: recordfunc
fixed the specific reference to self.recordfunc
However, the current implementation of piddleVCR
will not support image data because it simply exec's each
line of the ".vcr" file.
Logged In: YES
user_id=1971
Next action:
user poll: determine whether piddleVCR ought to support
image data. If so, open a new ticket.
Meanwhile, verify that the test now passes