> You can try a newer version (but still slightly behind the latest
> release) of Plone by using:
> ./bin/buildout -c 316.cfg
Drat! I forgot. Thank you, Michael. After running that command
several times the previous day, the "-c 316.cfg" disappeared off the
command when I typed it in from memory the next day. :-)
I'm used to typing "./bin/buildout" without an argument all the time
from working on other projects, and it's hard to remember that here
there are several buildouts available. Any chance we could rename
"buildout.cfg" to "250.cfg" (yes, we'd also have to change the name in
the other ".cfg" files because they mention it in their "extends ="
line), so that, if "buildout" gets run without an argument by accident,
a clean error results and the developer has to re-run it with an
explicit designation for the file they want to use?
Anyway.
Now I can finally run the Google Checkout tests, and, just as was
suggested, the way to do it is through "bin/instance":
bin/instance test -s getpaid.googlecheckout
The tests, on my system at least, experience a failure. I've attached a
patch that fixes the broken test; could someone else look over it before
I commit, since I want my first few changes to the code base to be
looked at my someone else, before I get bold enough to fix things on my
own?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"getpaid-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/getpaid-dev?hl=en
-~----------~----~----~----~------~----~------~--~---
Index: src/getpaid.googlecheckout/src/getpaid/googlecheckout/googlecheckout-browser.txt
===================================================================
--- src/getpaid.googlecheckout/src/getpaid/googlecheckout/googlecheckout-browser.txt (revision 2889)
+++ src/getpaid.googlecheckout/src/getpaid/googlecheckout/googlecheckout-browser.txt (working copy)
@@ -76,7 +76,7 @@
Visit the home page and add to the cart:
>>> browser.getLink('Home').click()
- >>> browser.getLink('Add to Cart').click()
+ >>> browser.getControl('Add to Cart').click()
Which renders the populated cart for the visitor with a Google
Checkout button:
--
Brandon Craig Rhodes [email protected] http://rhodesmill.org/brandon