Due to this change in the automated tests of Ubercart, the checkout test of Extra Fields Pane will fail. UbercartTestHelper::checkout() now returns an order object instead of an order ID.

A fix for the 6.x-2.x version will come shortly.

The 7.x-1.x version of Extra Fields Pane may also be affected, I haven't checked that yet.

Comments

megachriz’s picture

Title: Automated test 'checkout' fails » Automated test 'checkout' fails with Ubercart 6.x-2.x-dev

Clearified title.

megachriz’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev

A fix for the 6.x-2.x version has been committed.

I'll check later if a change for the 7.x-1.x version is needed.

megachriz’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Status: Active » Patch (to be ported)
megachriz’s picture

Version: 6.x-2.x-dev » 7.x-1.x-dev
Status: Patch (to be ported) » Fixed

In Ubercart 7.x-3.x the UbercartTestHelper::checkout() method also returns an object instead of an integer now, though the tests in the 7.x-1.x version of Extra Fields Pane didn't fail like was the case in the 6.x-2.x version. Still, a change has been made to keep consistent with UbercartTestHelper::checkout() method.

See commit.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.