[Zope3-dev] Re: eggs in a Zope 3.3 instance

2006-06-24 Thread Philipp von Weitershausen
Jim Fulton wrote: Concretely, what do you think about making lib/python in a Zope 3.3 instance a site for now (calling site.addsitedir())? I think it's a bad idea, mainly because it's too late to make such a change for 3.3. I tell you what I will do though, I'll promise, by the end of EP,

[Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issue 525: DateWidget ru-format

2006-06-24 Thread Philipp von Weitershausen
Dmitry Vasiliev wrote: Log message for revision 68818: Fixed issue 525: DateWidget ru-format ... Modified: Zope3/branches/3.3/src/zope/formlib/form.txt === --- Zope3/branches/3.3/src/zope/formlib/form.txt 2006-06-24

[Zope3-dev] buildbot failure in Zope3 trunk 2.4 Linux tlotze

2006-06-24 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 Linux tlotze. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6312 Blamelist: hdima,jens BUILD FAILED: failed failed slave lost sincerely, -The Buildbot

[Zope3-dev] buildbot failure in Zope3 trunk 2.4 FreeBSD tmiddleton

2006-06-24 Thread buildbot
The Buildbot has detected a failed build of Zope3 trunk 2.4 FreeBSD tmiddleton. Buildbot URL: http://buildbot.zope.org/ Build Reason: changes Build Source Stamp: 6312 Blamelist: hdima,jens BUILD FAILED: failed test sincerely, -The Buildbot ___

Re: [Zope3-dev] Re: SVN: Zope3/branches/3.3/ Fixed issue 525: DateWidget ru-format

2006-06-24 Thread Benji York
Philipp von Weitershausen wrote: Dmitry Vasiliev wrote: Log message for revision 68818: Fixed issue 525: DateWidget ru-format - type=text value=2002-12-02 12:30:00 / + type=text value=2002 12 2 12:30:00 / Note that a EditForm can't make use of a get_rendered

[Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Martin Aspeli
Hi guys, I just started using zope.testbrowser and zope.testrecorder for doing integration tests. The case study is Ploneboard, the long-overdue message board for Plone, which has a workflow maze to compete with the best of them. Permissions control actions like reply, delete, edit and

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Benji York
Martin Aspeli wrote: o In zope.testbrowser, [snip] having the ability to select nodes by XPATH would be incredibly useful Yep, I and others have thought the same thing. I imagine an existing library would be available to make this reasonably easy to implement? With ElementTree going

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Stephan Richter
On Saturday 24 June 2006 19:49, Martin Aspeli wrote:    In this case, having the ability to select nodes by XPATH would be incredibly useful - both for getControl()/getLink(), and for doing assertions (fail if/unless this node exists). I imagine an existing library would be available to make

Re: [Zope3-dev] Re: XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Benji York
Martin Aspeli wrote: Benji York wrote: With ElementTree going into Python 2.5, I suspect testbrowser will grow XPath support. Great! (of course, if we could have it sooner) :p I'm hesitant to add another dependency to Zope 3, especially something as grotesque as libxml2. :) ET seems

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Benji York
Stephan Richter wrote: On Saturday 24 June 2006 19:49, Martin Aspeli wrote: In this case, having the ability to select nodes by XPATH would be incredibly useful Yes, I have done that in SchoolTool already. I'm curious if the other ways of selecting things were no longer necessary, or

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Stephan Richter
On Saturday 24 June 2006 21:43, Benji York wrote: Stephan Richter wrote: On Saturday 24 June 2006 19:49, Martin Aspeli wrote:   In this case, having the ability to select nodes by XPATH would be incredibly useful Yes, I have done that in SchoolTool already. I'm curious if the other

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Benji York
Stephan Richter wrote: Sorry, I did not parse (or better, my lexicon did not recognize the patterm ;-) the last part of the sentence. You answered the question anyway. :) I often like the XPATH selection, but the simplicity of the current control selectors is very nice too and I would not

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Stephan Richter
On Saturday 24 June 2006 22:35, Benji York wrote: I would also like to think much harder about a good set of HTML analyzing tools; this function was supposed to be a start in the right direction, but I never got around thinking harder about it. Which function is this function?

Re: [Zope3-dev] XPATH in zope.testbrowser, assertions in zope.testrecorder

2006-06-24 Thread Benji York
Stephan Richter wrote: As I said, I have not thought too hard about a specific API recommendation yet, but I believe I have enough experience now to think about it now. I like the general feel of it. -- Benji York Senior Software Engineer Zope Corporation