[Modeling-cvs] ProjectModeling/Modeling/tests __init__.py,1.2,1.3 run.py,1.7,1.8 stressTests_Editing
Status: Abandoned
Brought to you by:
sbigaret
Update of /cvsroot/modeling/ProjectModeling/Modeling/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32011 Modified Files: __init__.py run.py stressTests_EditingContext.py test_Adaptor.py test_AdaptorLayer.py test_Attribute.py test_CooperatingObjectStoreNeededNotification.py test_DatabaseContext.py test_EditingContext.py test_EditingContext_Global.py test_EditingContext_Global_Inheritance.py test_EditingContext_ParentChild.py test_Entity.py test_EntityClassDescription.py test_FaultHandler.py test_GlobalID.py test_ImportExport.py test_KeyValueCoding.py test_Model.py test_ObserverCenter.py test_PyModel.py test_Qualifier.py test_Relationship.py test_RelationshipManipulation.py test_SQLExpression.py test_SchemaGeneration.py test_SortOrderings.py test_Validation.py utils.py Log Message: Conformance to PEP-0263 Index: __init__.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/__init__.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** __init__.py 10 Jan 2003 10:45:45 -0000 1.2 --- __init__.py 14 Feb 2004 18:17:21 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: run.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/run.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** run.py 24 Jul 2003 11:30:52 -0000 1.7 --- run.py 14 Feb 2004 18:17:21 -0000 1.8 *************** *** 1,4 **** #!/usr/bin/env python ! #----------------------------------------------------------------------------- # --- 1,4 ---- #!/usr/bin/env python ! # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: stressTests_EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/stressTests_EditingContext.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stressTests_EditingContext.py 14 Mar 2003 11:40:13 -0000 1.4 --- stressTests_EditingContext.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Adaptor.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Adaptor.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_Adaptor.py 14 Mar 2003 11:40:13 -0000 1.3 --- test_Adaptor.py 14 Feb 2004 18:17:21 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_AdaptorLayer.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_AdaptorLayer.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_AdaptorLayer.py 28 Jan 2004 14:54:09 -0000 1.4 --- test_AdaptorLayer.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Attribute.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Attribute.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_Attribute.py 10 Jan 2003 10:45:45 -0000 1.2 --- test_Attribute.py 14 Feb 2004 18:17:21 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_CooperatingObjectStoreNeededNotification.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_CooperatingObjectStoreNeededNotification.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_CooperatingObjectStoreNeededNotification.py 14 Mar 2003 11:40:13 -0000 1.3 --- test_CooperatingObjectStoreNeededNotification.py 14 Feb 2004 18:17:21 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_DatabaseContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_DatabaseContext.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_DatabaseContext.py 14 Mar 2003 11:40:13 -0000 1.3 --- test_DatabaseContext.py 14 Feb 2004 18:17:21 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_EditingContext.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_EditingContext.py 7 Jul 2003 14:27:25 -0000 1.6 --- test_EditingContext.py 14 Feb 2004 18:17:21 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_EditingContext_Global.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_Global.py,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** test_EditingContext_Global.py 20 Jan 2004 16:05:40 -0000 1.46 --- test_EditingContext_Global.py 14 Feb 2004 18:17:21 -0000 1.47 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_EditingContext_Global_Inheritance.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_Global_Inheritance.py,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** test_EditingContext_Global_Inheritance.py 20 Aug 2003 20:42:20 -0000 1.21 --- test_EditingContext_Global_Inheritance.py 14 Feb 2004 18:17:21 -0000 1.22 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_EditingContext_ParentChild.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EditingContext_ParentChild.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** test_EditingContext_ParentChild.py 20 Aug 2003 20:41:59 -0000 1.14 --- test_EditingContext_ParentChild.py 14 Feb 2004 18:17:21 -0000 1.15 *************** *** 1,4 **** #! /usr/bin/env python ! ## Licence """ Global tests for EditingContext --- 1,27 ---- #! /usr/bin/env python ! # -*- coding: iso-8859-1 -*- ! #----------------------------------------------------------------------------- ! # ! # Modeling Framework: an Object-Relational Bridge for python ! # (c) 2001, 2002, 2003 Sebastien Bigaret ! # ! # This file is part of the Modeling Framework. ! # ! # The Modeling Framework 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 of the License, or (at ! # your option) any later version. ! # ! # The Modeling Framework 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 the Modeling Framework; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! # ! #----------------------------------------------------------------------------- ! """ Global tests for EditingContext Index: test_Entity.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Entity.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_Entity.py 10 Jun 2003 16:31:33 -0000 1.4 --- test_Entity.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_EntityClassDescription.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_EntityClassDescription.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_EntityClassDescription.py 24 Jul 2003 11:30:52 -0000 1.4 --- test_EntityClassDescription.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_FaultHandler.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_FaultHandler.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_FaultHandler.py 10 Jan 2003 10:45:45 -0000 1.2 --- test_FaultHandler.py 14 Feb 2004 18:17:21 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_GlobalID.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_GlobalID.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_GlobalID.py 10 Jan 2003 10:45:45 -0000 1.4 --- test_GlobalID.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_ImportExport.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_ImportExport.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_ImportExport.py 10 Jan 2003 10:45:45 -0000 1.2 --- test_ImportExport.py 14 Feb 2004 18:17:21 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_KeyValueCoding.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_KeyValueCoding.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_KeyValueCoding.py 28 Sep 2003 14:52:06 -0000 1.4 --- test_KeyValueCoding.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Model.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Model.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_Model.py 25 Jul 2003 15:39:04 -0000 1.6 --- test_Model.py 14 Feb 2004 18:17:21 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_ObserverCenter.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_ObserverCenter.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_ObserverCenter.py 10 Jan 2003 10:45:45 -0000 1.2 --- test_ObserverCenter.py 14 Feb 2004 18:17:21 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_PyModel.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_PyModel.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_PyModel.py 15 Nov 2003 13:02:41 -0000 1.6 --- test_PyModel.py 14 Feb 2004 18:17:21 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Qualifier.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Qualifier.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** test_Qualifier.py 5 Dec 2003 14:19:59 -0000 1.10 --- test_Qualifier.py 14 Feb 2004 18:17:21 -0000 1.11 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Relationship.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Relationship.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** test_Relationship.py 20 Jan 2004 15:55:13 -0000 1.6 --- test_Relationship.py 14 Feb 2004 18:17:21 -0000 1.7 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_RelationshipManipulation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_RelationshipManipulation.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_RelationshipManipulation.py 24 Jul 2003 17:02:34 -0000 1.3 --- test_RelationshipManipulation.py 14 Feb 2004 18:17:21 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_SQLExpression.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_SQLExpression.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** test_SQLExpression.py 3 Aug 2003 14:31:27 -0000 1.8 --- test_SQLExpression.py 14 Feb 2004 18:17:21 -0000 1.9 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_SchemaGeneration.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_SchemaGeneration.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test_SchemaGeneration.py 17 Dec 2003 15:15:33 -0000 1.5 --- test_SchemaGeneration.py 14 Feb 2004 18:17:21 -0000 1.6 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_SortOrderings.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_SortOrderings.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_SortOrderings.py 9 Feb 2004 21:06:05 -0000 1.4 --- test_SortOrderings.py 14 Feb 2004 18:17:21 -0000 1.5 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: test_Validation.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/test_Validation.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_Validation.py 14 Mar 2003 11:40:13 -0000 1.3 --- test_Validation.py 14 Feb 2004 18:17:21 -0000 1.4 *************** *** 1,3 **** --- 1,4 ---- #! /usr/bin/env python + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # Index: utils.py =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/tests/utils.py,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** utils.py 24 Jul 2003 11:14:04 -0000 1.8 --- utils.py 14 Feb 2004 18:17:21 -0000 1.9 *************** *** 1,2 **** --- 1,3 ---- + # -*- coding: iso-8859-1 -*- #----------------------------------------------------------------------------- # |