Changeset 1432 for pyamf/trunk/pyamf/tests/remoting/test_client.py
- Timestamp:
- 06/15/08 00:10:54 (7 months ago)
- Files:
-
- 1 modified
-
pyamf/trunk/pyamf/tests/remoting/test_client.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyamf/trunk/pyamf/tests/remoting/test_client.py
r1427 r1432 36 36 37 37 x = client.ServiceMethodProxy(None, None) 38 ts = TestService(x, [1, 2,3])38 ts = TestService(x, [1, 2, 3]) 39 39 x.service = ts 40 40 41 x(1, 2,3)41 x(1, 2, 3) 42 42 43 43 def test_str(self):
