commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue common/src/GTest.py docbook/Proposals/GCom...


From: Jan Ischebeck
Subject: gnue common/src/GTest.py docbook/Proposals/GCom...
Date: Wed, 05 Jun 2002 15:58:31 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/06/05 15:58:31

Modified files:
        common/src     : GTest.py 
        docbook/Proposals/GComm: .cvsignore 

Log message:
        add more options for RPC server testing to gtestcvs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GTest.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/docbook/Proposals/GComm/.cvsignore.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/common/src/GTest.py
diff -c gnue/common/src/GTest.py:1.3 gnue/common/src/GTest.py:1.4
*** gnue/common/src/GTest.py:1.3        Wed May 29 06:23:49 2002
--- gnue/common/src/GTest.py    Wed Jun  5 15:58:31 2002
***************
*** 20,26 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: GTest.py,v 1.3 2002/05/29 10:23:49 siesel Exp $
  
  
  import sys, string, os
--- 20,26 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: GTest.py,v 1.4 2002/06/05 19:58:31 siesel Exp $
  
  
  import sys, string, os
***************
*** 56,65 ****
  GNU Enterprise Framework Tests and Demos:
  =========================================
  
! 0)  GNU RPC test client
!     (you should first start the GNU RPC test server)     
  
! 1)  GNU RPC test server
      (has to be started before you can run choice "0" )
  
  2)  GNU Application Server demo
--- 56,65 ----
  GNU Enterprise Framework Tests and Demos:
  =========================================
  
! 0)  GNU RPC test (client part)
!     (you have to start the GNU RPC test server first)     
  
! 1)  GNU RPC test (server part)
      (has to be started before you can run choice "0" )
  
  2)  GNU Application Server demo
***************
*** 67,75 ****
       i.e no client-server or RPC code)
  
  3)  GNU Application Server RPC demo client
!     (you should start the application server first
!      please type gacvs on an other console to start
!      the application server first.)
  
  9)  quit
  
--- 67,75 ----
       i.e no client-server or RPC code)
  
  3)  GNU Application Server RPC demo client
!     (you have to start the application server first;
!      please type 'gacvs' on an other console to start
!      it up.)
  
  9)  quit
  
***************
*** 81,88 ****
      if x=="0":
          from gnue.common.commdrivers._test import test
          print """
! GNU RPC test client
! ===================
  
  0) test proxy (no server needed)
  
--- 81,88 ----
      if x=="0":
          from gnue.common.commdrivers._test import test
          print """
! GNU RPC test (client part)
! ==========================
  
  0) test proxy (no server needed)
  
***************
*** 106,114 ****
          else:
            pass
          
!     elif x=="1":
          from gnue.common.commdrivers._test import server
!         server.run()
          
      elif x=="2":
          from gnue.appserver import test
--- 106,139 ----
          else:
            pass
          
!     elif x=="1":      
          from gnue.common.commdrivers._test import server
!         print """
! GNU RPC test (server part)
! ==========================
! 
! Choose the protocol:
! 
! 0) xmlrpc
! 
! 1) pw_xmlrpc
! 
! 2) test sockets 
!    (not working)
!         
!         """
!         y=getNumber("Your choice:")
!         if y=="0":
!           server.bind_xmlrpc()
!           server.run()
!         elif y=="1":
!           server.bind_pw_xmlrpc()
!           server.run()
!         elif y=="2":
!           server.bind_sockets()
!           server.run()
!         else:
!           pass
          
      elif x=="2":
          from gnue.appserver import test
Index: gnue/docbook/Proposals/GComm/.cvsignore
diff -c gnue/docbook/Proposals/GComm/.cvsignore:1.1 
gnue/docbook/Proposals/GComm/.cvsignore:1.2
*** gnue/docbook/Proposals/GComm/.cvsignore:1.1 Wed Sep 26 19:05:57 2001
--- gnue/docbook/Proposals/GComm/.cvsignore     Wed Jun  5 15:58:31 2002
***************
*** 1,2 ****
! *~
! gcomm
--- 1,30 ----
! Makefile
! Makefile.in
! *.html
! aclocal.m4
! config.cache
! config.guess
! config.h
! config.log
! config.status
! config.sub
! configure
! configure.scan
! libtool
! ltconfig
! ltmain.sh
! stamp-h
! stamp-h.in
! stamp.h
! version.h
! gnomeConf.sh
! config.h.in
! .exrc
! gnome-bug
! gnome-config
! install-sh
! missing
! mkinstalldirs
! intl
! ABOUT-NLS
! isync.spec



reply via email to

[Prev in Thread] Current Thread [Next in Thread]