call site 14 for path.local.chdir
path/svn/testing/test_wccommand.py - line 291
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
   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