Show
Ignore:
Timestamp:
2009年08月23日 17时45分16秒 (3 years ago)
Author:
jiangx
Message:

Merge fixes of function tests from branches/0.2.3.x

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:mergeinfo
      •  

        old new  
        1 /branches/0.2.1.x:95-97 
        2 /branches/0.2.3.x:98-99 
         1/branches/0.2.1.x:94-97 
         2/branches/0.2.3.x:98-101 
  • trunk/pysvnmanager/tests/__init__.py

    r55 r102  
    6060    def __init__(self, *args, **kwargs): 
    6161        self.authz_file = os.path.dirname(__file__) + '/../../config/svn.access.test' 
    62         if pylons.test.pylonsapp: 
     62        if hasattr(pylons.test, "pylonsapp"): 
    6363            wsgiapp = pylons.test.pylonsapp 
    6464        else: