Code review comment for lp:~kvilhaugsvik/bzr-builddeb/useDateFromDebianChangelog

Revision history for this message
James Westby (james-w) wrote :

On Fri Aug 28 14:12:08 UTC 2009 James Westby wrote:
> On Tue Aug 25 21:53:06 UTC 2009 Sveinung Kvilhaugsvik wrote:
> > Seems like Launchpad didn't accept the attachment from the email. Here it is as
> > text:
>
> Thanks.
>
> > c = DebianChanges('bzr-builddeb', '0.1-1', file_dir, 'i386')
>
> It couldn't be that this test requires running on i386 could it?

No, it seems more likely that it can't find the .changes file used
as test data. It's looking for bzr-builddeb_0.1-1_i386.changes
in os.path.dirname(__file__), which I think should work if you
are running from source.

Thanks,

James

« Back to merge proposal