On Tue, Oct 8, 2013 at 12:05 PM, Holger Hans Peter Freyther holger@freyther.de wrote:
On Tue, Oct 08, 2013 at 03:17:33AM +0200, Alexander Chemeris wrote:
The test fails, though, because we have removed a mock up version of paging_request(). I'm not sure how to properly fix the test, as the way it used to work is a pure hack.
Can you elaborate when this patch will become necessary? From looking at your patches I don't see where it would be the case.
I don't see why it should break either, but it does. Actually I don't understand how it worked before. Mock up version of paging_request() should be conflicting with the built-in function of the same name (this is what happens now). But for some reason, it didn't conflict before.