commit-gnue
[Top][All Lists]
Advanced

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

gnue appserver/src/test.py appserver/setup.py c...


From: Jan Ischebeck
Subject: gnue appserver/src/test.py appserver/setup.py c...
Date: Wed, 29 May 2002 06:23:49 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/29 06:23:49

Modified files:
        appserver/src  : test.py 
        appserver      : setup.py 
        common/src     : GTest.py 

Log message:
        fix gtestcvs (option 3) calling running test two times
        add correct url for py-xmlrpc to appserver/setup.py

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/src/test.py.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/appserver/setup.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/GTest.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gnue/appserver/setup.py
diff -c gnue/appserver/setup.py:1.2 gnue/appserver/setup.py:1.3
*** gnue/appserver/setup.py:1.2 Mon May 27 07:06:10 2002
--- gnue/appserver/setup.py     Wed May 29 06:23:49 2002
***************
*** 148,154 ****
    if RPCOK != 1:
      print """
  No valid GNURRPC drivers are installed on this machine:
!    Py-XMLRPC         - http://py-xmlrpc.sourceforge.net/
     Pythonware XMLRPC - http://www.pythonware.com/products/xmlrpc/
     SOAP              - ***
     CORBA             - ***
--- 148,154 ----
    if RPCOK != 1:
      print """
  No valid GNURRPC drivers are installed on this machine:
!    Py-XMLRPC         - http://sourceforge.net/projects/py-xmlrpc
     Pythonware XMLRPC - http://www.pythonware.com/products/xmlrpc/
     SOAP              - ***
     CORBA             - ***
Index: gnue/appserver/src/test.py
diff -c gnue/appserver/src/test.py:1.8 gnue/appserver/src/test.py:1.9
*** gnue/appserver/src/test.py:1.8      Sun May 26 17:15:29 2002
--- gnue/appserver/src/test.py  Wed May 29 06:23:49 2002
***************
*** 19,25 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: test.py,v 1.8 2002/05/26 21:15:29 reinhard Exp $
  
  import os
  from gnue.common import GClientApp
--- 19,25 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: test.py,v 1.9 2002/05/29 10:23:49 siesel Exp $
  
  import os
  from gnue.common import GClientApp
***************
*** 90,93 ****
  # Let it rock
  # 
=============================================================================
  
! (testApp ()).run ()
--- 90,98 ----
  # Let it rock
  # 
=============================================================================
  
! 
! def run():
!   testApp().run()
! 
! if __name__ == "__main__":
!   run()
Index: gnue/common/src/GTest.py
diff -c gnue/common/src/GTest.py:1.2 gnue/common/src/GTest.py:1.3
*** gnue/common/src/GTest.py:1.2        Mon May  6 13:27:40 2002
--- gnue/common/src/GTest.py    Wed May 29 06:23:49 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.2 2002/05/06 17:27:40 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.3 2002/05/29 10:23:49 siesel Exp $
  
  
  import sys, string, os
***************
*** 111,117 ****
          server.run()
          
      elif x=="2":
!         from gnue.appserver.test import *        
  
      elif x=="3":
          from gnue.appserver import geasRpcClient
--- 111,118 ----
          server.run()
          
      elif x=="2":
!         from gnue.appserver import test
!         test.run()
  
      elif x=="3":
          from gnue.appserver import geasRpcClient



reply via email to

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