Re: Recent change in leoTest has broken some of my tests

2010-03-07 Thread Edward K. Ream
On Sat, Mar 6, 2010 at 5:42 PM, vitalije wrote: > I have reported another bug  #533546 related with autosave plugin. > I have attached to it patch that solves this problem. Good work. Rev 3029 of the trunk contains the patch. It works for me. Edward -- You received this message because you a

Re: Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
I have reported another bug #533546 related with autosave plugin. I have attached to it patch that solves this problem. -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubscri

Recent change in leoTest has broken some of my tests

2010-03-06 Thread vitalije
Hello a recent change in leoTest +# 2010/03/05: set the current directory so that importing leo.core.whatever works. +leoDir = g.os_path_finalize_join(g.app.loadDir,'..','..') +os.chdir(leoDir) solved the problem of importing leo.core but, also introduced new problems with tests that