Code review comment for lp:~jameinel/bzr/1.16-simple-win32

Revision history for this message
John A Meinel (jameinel) wrote :

> On Wed, 2009-06-03 at 20:45 +0000, John A Meinel wrote:
> > Sorry for the noise of Resubmit, but I wanted to regenerate the diff without
> including Vincent's patch.
> >
> > To summarize, this simply adds a couple of quick fixes to skip certain tests
> that fail on Win32 with old format repositories.
>
> I can't see any new diff; the only thing I can see in this mp thread is
> the change to clarify key and fileid variables in a couple of tests -
> nothing that does 'skip'.
>
> -Rob

I think you missed this part:
21 + except errors.IllegalPath:
22 + raise TestNotApplicable('file_id %r cannot be stored on this'
23 + ' platform for this repo format' % (file_id,))

John

« Back to merge proposal