[Modeling-cvs] NotificationFramework/tests compare_perfs.py,1.1,1.2 run.py,1.3,1.4 test_Notification
Status: Abandoned
Brought to you by:
sbigaret
Update of /cvsroot/modeling/NotificationFramework/tests In directory sc8-pr-cvs1:/tmp/cvs-serv21217/tests Modified Files: compare_perfs.py run.py test_Notification.py test_NotificationCenter.py testmodule.py utils.py Log Message: Fixed license: this is the Notification Framework, not the Modeling! Index: compare_perfs.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/compare_perfs.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** compare_perfs.py 25 May 2003 19:06:50 -0000 1.1 --- compare_perfs.py 26 May 2003 12:24:52 -0000 1.2 *************** *** 2,16 **** #----------------------------------------------------------------------------- # ! # 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 --- 2,16 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 18,22 **** # # 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 # --- 18,22 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Index: run.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/run.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** run.py 25 May 2003 19:06:50 -0000 1.3 --- run.py 26 May 2003 12:24:52 -0000 1.4 *************** *** 2,16 **** #----------------------------------------------------------------------------- # ! # 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 --- 2,16 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 18,22 **** # # 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 # --- 18,22 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # *************** *** 30,34 **** def usage(prgName, exitStatus=None): _usage="""%s [-v] [-V] ! Runs the tests for the Modeling package Options --- 30,34 ---- def usage(prgName, exitStatus=None): _usage="""%s [-v] [-V] ! Runs the tests for the Notification package Options Index: test_Notification.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/test_Notification.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test_Notification.py 25 May 2003 18:56:08 -0000 1.4 --- test_Notification.py 26 May 2003 12:24:53 -0000 1.5 *************** *** 2,16 **** #----------------------------------------------------------------------------- # ! # 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 --- 2,16 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 18,22 **** # # 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 # --- 18,22 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Index: test_NotificationCenter.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/test_NotificationCenter.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** test_NotificationCenter.py 25 May 2003 19:06:50 -0000 1.5 --- test_NotificationCenter.py 26 May 2003 12:24:53 -0000 1.6 *************** *** 2,16 **** #----------------------------------------------------------------------------- # ! # 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 --- 2,16 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 18,22 **** # # 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 # --- 18,22 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Index: testmodule.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/testmodule.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** testmodule.py 10 Jan 2003 10:45:44 -0000 1.2 --- testmodule.py 26 May 2003 12:24:53 -0000 1.3 *************** *** 1,15 **** #----------------------------------------------------------------------------- # ! # 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 --- 1,15 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 17,21 **** # # 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 # --- 17,21 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # Index: utils.py =================================================================== RCS file: /cvsroot/modeling/NotificationFramework/tests/utils.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** utils.py 25 May 2003 18:55:36 -0000 1.3 --- utils.py 26 May 2003 12:24:53 -0000 1.4 *************** *** 1,15 **** #----------------------------------------------------------------------------- # ! # 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 --- 1,15 ---- #----------------------------------------------------------------------------- # ! # Notification Framework: "Observer" Design Pattern for python # (c) 2001, 2002, 2003 Sebastien Bigaret # ! # This file is part of the Notification Framework. # ! # The Notification 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 Notification 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 *************** *** 17,21 **** # # 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 # --- 17,21 ---- # # You should have received a copy of the GNU General Public License along ! # with the Notification Framework; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # |