Comment 1 for bug 60055

Revision history for this message
Jeroen T. Vermeulen (jtv) wrote : Re: IProductSet.search() and IProjectSet.search() have unused untested optional arguments

For IProductSet, those arguments are also completely untested.

The entire test suite calls the method only in one place (bugtask-adding-pages.txt, from bugalsoaffects.py) and only the first parameter is used. Breaking that method only breaks that test, and all tests pass if the method is made to break whenever any of the other arguments is given.

Also, the rosetta argument produces invalid SQL: see bug 1415.