[Checkins] SVN: z3c.formdemo/branches/adamg-1.5.4/ trying to fix...

Adam Groszer agroszer at gmail.com
Sat Apr 24 09:01:39 EDT 2010


Log message for revision 111351:
  trying to fix...

Changed:
  U   z3c.formdemo/branches/adamg-1.5.4/buildout.cfg
  U   z3c.formdemo/branches/adamg-1.5.4/src/z3c/formdemo/addressbook/README.txt

-=-
Modified: z3c.formdemo/branches/adamg-1.5.4/buildout.cfg
===================================================================
--- z3c.formdemo/branches/adamg-1.5.4/buildout.cfg	2010-04-24 13:00:39 UTC (rev 111350)
+++ z3c.formdemo/branches/adamg-1.5.4/buildout.cfg	2010-04-24 13:01:39 UTC (rev 111351)
@@ -2,7 +2,13 @@
 develop = .
 parts = demo test coverage eggdeps
 #index = http://download.zope.org/zope3.4/
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
+versions = versions
 
+[versions]
+z3c.layer=0.2.4
+zc.buildout=1.3.1
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = z3c.formdemo [app, test]

Modified: z3c.formdemo/branches/adamg-1.5.4/src/z3c/formdemo/addressbook/README.txt
===================================================================
--- z3c.formdemo/branches/adamg-1.5.4/src/z3c/formdemo/addressbook/README.txt	2010-04-24 13:00:39 UTC (rev 111350)
+++ z3c.formdemo/branches/adamg-1.5.4/src/z3c/formdemo/addressbook/README.txt	2010-04-24 13:01:39 UTC (rev 111351)
@@ -17,6 +17,8 @@
 Since all demos are purely public, there is no need to log in. Let's now click
 on the "Address Book" link:
 
+  >>> user.handleErrors = False
+
   >>> user.getLink('Address Book').click()
 
 There is only one screen for this demo. In it you see the table of all



More information about the checkins mailing list