commit-gnue
[Top][All Lists]
Advanced

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

gnue-common unittest/run_tests.py ./AUTHORS


From: Jan Ischebeck
Subject: gnue-common unittest/run_tests.py ./AUTHORS
Date: Fri, 07 Nov 2003 13:25:05 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Jan Ischebeck <address@hidden>  03/11/07 13:25:05

Modified files:
        unittest       : run_tests.py 
        .              : AUTHORS 

Log message:
        add logic testcase and update AUTHORS

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/unittest/run_tests.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/AUTHORS.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: gnue-common/AUTHORS
diff -c gnue-common/AUTHORS:1.5 gnue-common/AUTHORS:1.6
*** gnue-common/AUTHORS:1.5     Tue Jul  9 07:54:09 2002
--- gnue-common/AUTHORS Fri Nov  7 13:25:05 2003
***************
*** 5,15 ****
   o Core Developer
  
  Jan Ischebeck <address@hidden> 
!  o Work on the XML-RPC abstraction layer  
   o AppServer database driver
  
  Andrew Mitchell <address@hidden>
   o Gadfly database driver
  
  
  If we've missed anyone please let us know.            
--- 5,21 ----
   o Core Developer
  
  Jan Ischebeck <address@hidden> 
!  o RPC abstraction layer
!  o Unicode, Trigger, ECMAscript
   o AppServer database driver
  
  Andrew Mitchell <address@hidden>
   o Gadfly database driver
  
+ Christian Selig <address@hidden>
+  o Schema description file format explanations
+ 
+ Bajusz Tams <address@hidden>
+  o Work on Interbase/Firebird database driver
  
  If we've missed anyone please let us know.            
Index: gnue-common/unittest/run_tests.py
diff -c gnue-common/unittest/run_tests.py:1.1 
gnue-common/unittest/run_tests.py:1.2
*** gnue-common/unittest/run_tests.py:1.1       Mon Sep  8 19:52:06 2003
--- gnue-common/unittest/run_tests.py   Fri Nov  7 13:25:04 2003
***************
*** 2,13 ****
  #
  # this file is based on the alltests PyUnit example script
  #
! # $Id: run_tests.py,v 1.1 2003/09/08 23:52:06 siesel Exp $
  
  import unittest
  
  def suite():
!     modules_to_test = ('datasource',) 
      tests = unittest.TestSuite()
      for module in map(__import__, modules_to_test):
          print module
--- 2,13 ----
  #
  # this file is based on the alltests PyUnit example script
  #
! # $Id: run_tests.py,v 1.2 2003/11/07 18:25:04 siesel Exp $
  
  import unittest
  
  def suite():
!     modules_to_test = ('datasource','logic') 
      tests = unittest.TestSuite()
      for module in map(__import__, modules_to_test):
          print module




reply via email to

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