/[fenfire]/fenfire/org/fenfire/animation.test
ViewVC logotype

Diff of /fenfire/org/fenfire/animation.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tjl, Tue Oct 14 14:21:39 2003 UTC revision 1.2 by tjl, Sat Oct 18 06:06:29 2003 UTC
# Line 1  Line 1 
1  # (c): Matti J. Katila  #
2    # Copyright (c) 2003, Matti J. Katila
3    # This file is part of Fenfire.
4    #
5    # Fenfire is free software; you can redistribute it and/or modify it under
6    # the terms of the GNU Lesser General Public License as published by
7    # the Free Software Foundation; either version 2 of the License, or
8    # (at your option) any later version.
9    #
10    # Fenfire is distributed in the hope that it will be useful, but WITHOUT
11    # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12    # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
13    # Public License for more details.
14    #
15    # You should have received a copy of the GNU Lesser General
16    # Public License along with Fenfire; if not, write to the Free
17    # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
18    # MA  02111-1307  USA
19    #
20    
21    
22  import os, string, re  import os, string, re
23    
# Line 14  def testAnimationIsCalledOnlyRigthPlace( Line 33  def testAnimationIsCalledOnlyRigthPlace(
33      the api which is added in near future.      the api which is added in near future.
34      """      """
35            
36      str = 'grep -sr AbstractUpdateManager\.chg * | grep -v \{arch\} > animation.test.log'      str = 'grep -sr AbstractUpdateManager\.chg org/ | grep -v \{arch\} > animation.test.log'
37      #print str      #print str
38      os.system(str)      os.system(str)
39      buf = open('animation.test.log').read()      buf = open('animation.test.log').read()

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26