← Back to team overview

launchpad-dev team mailing list archive

Re: warning: we will soon have much noise in the test results...

 

On Wednesday 28 July 2010 19:02:52 James Westby wrote:
>   PLEASE FIX: LaunchpadObjectFactory.makeSourcePackagePublishingHistory
>   returns an unproxied object.
> 
>   - This does
> 
>         # SPPH and SSPPH IDs are the same, since they are SPPH is an
> SQLVIEW # of SSPPH and other useful attributes.
>         return SourcePackagePublishingHistory.get(sspph.id)
> 
>     what would be the way to get a proxied object if that is what we
>     want?

I removed the Secure*PublishingHistory tables and converted the views to 
tables a while ago now.  The code can be changed to simply return the sspph 
(but rename the variable!).

Cheers.



References