commit-gnue
[Top][All Lists]
Advanced

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

gnue-appserver/src/classrep dtest.py test.py


From: Johannes Vetter
Subject: gnue-appserver/src/classrep dtest.py test.py
Date: Mon, 22 Sep 2003 07:53:02 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Johannes Vetter <address@hidden>        03/09/22 07:53:02

Modified files:
        src/classrep   : dtest.py test.py 

Log message:
        Code cleanup

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/src/classrep/dtest.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/src/classrep/test.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue-appserver/src/classrep/dtest.py
diff -c gnue-appserver/src/classrep/dtest.py:1.4 
gnue-appserver/src/classrep/dtest.py:1.5
*** gnue-appserver/src/classrep/dtest.py:1.4    Fri Aug  8 15:33:51 2003
--- gnue-appserver/src/classrep/dtest.py        Mon Sep 22 07:53:01 2003
***************
*** 1,3 ****
--- 1,27 ----
+ # GNU Enterprise Application Server - Testing unit 
+ #
+ # Copyright 2003 Free Software Foundation
+ #
+ # This file is part of GNU Enterprise.
+ #
+ # GNU Enterprise is free software; you can redistribute it 
+ # and/or modify it under the terms of the GNU General Public 
+ # License as published by the Free Software Foundation; either 
+ # version 2, or (at your option) any later version.
+ #
+ # GNU Enterprise is distributed in the hope that it will be 
+ # useful, but WITHOUT ANY WARRANTY; without even the implied 
+ # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ # PURPOSE. See the GNU General Public License for more details.
+ #
+ # You should have received a copy of the GNU General Public 
+ # License along with program; see the file COPYING. If not, 
+ # write to the Free Software Foundation, Inc., 59 Temple Place 
+ # - Suite 330, Boston, MA 02111-1307, USA.
+ #
+ # $Id: dtest.py,v 1.5 2003/09/22 11:53:01 jvetter Exp $
+ #
+ 
  from language import App
  from gnue.appserver import classrep
  from Definition import *
Index: gnue-appserver/src/classrep/test.py
diff -c gnue-appserver/src/classrep/test.py:1.6 
gnue-appserver/src/classrep/test.py:1.7
*** gnue-appserver/src/classrep/test.py:1.6     Fri Aug  8 15:33:51 2003
--- gnue-appserver/src/classrep/test.py Mon Sep 22 07:53:02 2003
***************
*** 1,3 ****
--- 1,27 ----
+ # GNU Enterprise Application Server - Testing unit 
+ #
+ # Copyright 2003 Free Software Foundation
+ #
+ # This file is part of GNU Enterprise.
+ #
+ # GNU Enterprise is free software; you can redistribute it 
+ # and/or modify it under the terms of the GNU General Public 
+ # License as published by the Free Software Foundation; either 
+ # version 2, or (at your option) any later version.
+ #
+ # GNU Enterprise is distributed in the hope that it will be 
+ # useful, but WITHOUT ANY WARRANTY; without even the implied 
+ # warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ # PURPOSE. See the GNU General Public License for more details.
+ #
+ # You should have received a copy of the GNU General Public 
+ # License along with program; see the file COPYING. If not, 
+ # write to the Free Software Foundation, Inc., 59 Temple Place 
+ # - Suite 330, Boston, MA 02111-1307, USA.
+ #
+ # $Id: test.py,v 1.7 2003/09/22 11:53:02 jvetter Exp $
+ #
+ 
  from gnue.appserver.language import App
  from gnue.appserver import classrep
  




reply via email to

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