Changeset 606

Show
Ignore:
Timestamp:
04/23/07 16:00:40 (1 year ago)
Author:
mikey
Message:

fixed test case: example service class was relocated to a new package

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/service/jsonrpc/util/stubJsonRpcProxyGeneratorTestCase.php

    r539 r606  
    2323    { 
    2424        $generator = new stubJsonRpcProxyGenerator('http://localhost/'); 
    25         $code = $generator->generateJavascriptProxy('_test.service.MathService', 'MathService'); 
     25        $code = $generator->generateJavascriptProxy('net.stubbles.examples.service.MathService', 'MathService'); 
    2626        $expected = "function MathService(clientObj) { 
    2727 this.dispatcher = new stubbles.json.rpc.Client(clientObj, 'http://localhost/');