What steps will reproduce the problem?
1. svn co http://wave-robot-python-client.googlecode.com/svn/trunk/src/waveapi
2. cd waveapi; python run_unit_tests.py
What is the expected output? What do you see instead?
Running all tests in module robot_abstract_test
....EE
======================================================================
ERROR: testSerializeContextSansOps (robot_abstract_test.TestHelpers)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/pnasrat/Development/waveapi/robot_abstract_test.py", line
39, in testSerializeContextSansOps
serialized = robot_abstract.SerializeContext(context)
TypeError: SerializeContext() takes exactly 2 arguments (1 given)
======================================================================
ERROR: testSerializeContextWithOps (robot_abstract_test.TestHelpers)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/pnasrat/Development/waveapi/robot_abstract_test.py", line
50, in testSerializeContextWithOps
serialized = robot_abstract.SerializeContext(context)
TypeError: SerializeContext() takes exactly 2 arguments (1 given)
What version of the product are you using? On what operating system?
Trunk, Revision: 9, OS X 10.5
Please provide any additional information below.
Patch attached fixing:
Running all tests in module robot_abstract_test
......
----------------------------------------------------------------------
Ran 6 tests in 0.008s
OK
Original issue reported on code.google.com by pnas...@gmail.com on 25 Jun 2009 at 7:11
Original issue reported on code.google.com by
pnas...@gmail.com
on 25 Jun 2009 at 7:11Attachments: