Changeset 606
- Timestamp:
- 04/23/07 16:00:40 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/service/jsonrpc/util/stubJsonRpcProxyGeneratorTestCase.php
r539 r606 23 23 { 24 24 $generator = new stubJsonRpcProxyGenerator('http://localhost/'); 25 $code = $generator->generateJavascriptProxy(' _test.service.MathService', 'MathService');25 $code = $generator->generateJavascriptProxy('net.stubbles.examples.service.MathService', 'MathService'); 26 26 $expected = "function MathService(clientObj) { 27 27 this.dispatcher = new stubbles.json.rpc.Client(clientObj, 'http://localhost/');
