call site 6 for path.local.chdir
path/svn/testing/test_wccommand.py - line 371
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
   def test_svn_1_3(self):
       output = """
           Path: test_wccommand.py
           Name: test_wccommand.py
           URL: http://codespeak.net/svn/py/dist/py/path/svn/wccommand.py
           Repository Root: http://codespeak.net/svn
           Repository UUID: fd0d7bf2-dfb6-0310-8d31-b7ecfe96aada
           Revision: 28124
           Node Kind: file
           Schedule: normal
           Last Changed Author: jan
           Last Changed Rev: 27939
           Last Changed Date: 2006-05-30 20:45:26 +0200 (Tue, 30 May 2006)
           Text Last Updated: 2006-06-02 23:46:11 +0200 (Fri, 02 Jun 2006)
           Properties Last Updated: 2006-06-02 23:45:28 +0200 (Fri, 02 Jun 2006)
           Checksum: 357e44880e5d80157cc5fbc3ce9822e3
           """
       path = py.magic.autopath().dirpath().chdir()
       info = InfoSvnWCCommand(output)
->     path.chdir()
       assert info.last_author == 'jan'
       assert info.kind == 'file'
       assert info.mtime == 1149021926.0
       assert info.url == 'http://codespeak.net/svn/py/dist/py/path/svn/wccommand.py'
       assert info.rev == 28124
       assert info.time == 1149021926000000.0