Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Orders
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2011 at 12:41 UTC
Updated:
2 Jul 2011 at 18:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
bwynants commentedmessed up formatting....
there is no
<div id="delivery_address_select"></div>so load_address_select does not know where to put the data it received from jQuery.postComment #2
bwynants commentedfixed by changing uc_order_pane_ship_to
and uc_order_pane_bill_to
Comment #3
bwynants commentedpatch included
Comment #5
bwynants commentedComment #7
bwynants commentedComment #8
bwynants commentedComment #10
bwynants commentedi give up....
Comment #11
bwynants commentedwrong version selected? last try
Comment #12
bwynants commentedcorrect patch
Comment #13
tr commentedTwo things when using the testbot:
1) Testbot doesn't work on fixed point releases like 7.x-3.0-beta3. You must always provide a patch against the -dev release and specify the version appropriately.
2) Testbot doesn't work properly yet for projects that are dependent on other modules. Meaning Ubercart.
Looking at the test results in #3, #5, and #7, you can see that they failed because of 1).
Because of 2), the tests will eventually always fail for Ubercart. The important thing is to look at the results and see how far it got before it failed. In particular you need to check to see that the patch is applied properly.
Comment #14
bwynants commentedthanks, i think i have the patch creation a little bit better under control now...
Comment #15
longwaveCommitted, thanks for the patch.