/[gnue]/gnue-common/src/rpc/test/test.py
ViewVC logotype

Diff of /gnue-common/src/rpc/test/test.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by siesel, Mon Sep 22 22:20:39 2003 UTC revision 1.2 by siesel, Wed Oct 15 14:01:37 2003 UTC
# Line 89  def test_sockets(): Line 89  def test_sockets():
89    
90    test('sockets',params)    test('sockets',params)
91    
92    
93    #
94    # Test the pyro interface
95    #
96    # Expects server.py to be running via pyro
97    #
98    def test_pyro():
99    
100      params = { 'host': 'localhost',
101                 'port': 8766 }
102    
103      test('pyro',params)
104    
105  def run():  def run():
106    test_xmlrpc()    test_xmlrpc()
107    
# Line 98  def run(): Line 111  def run():
111  if __name__ == '__main__':  if __name__ == '__main__':
112    
113    #test_proxy()    #test_proxy()
114        test_pyro()
115    test_xmlrpc()    #test_xmlrpc()
116    #test_pw_xmlrpc()    #test_pw_xmlrpc()
117    #test_sockets()    #test_sockets()
118    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26