[Checkins] SVN: zope.app.fssync/branches/jim-hack/ Get tests passing.

Amos Latteier amos at latteier.com
Thu Jan 29 12:46:47 EST 2009


Log message for revision 95455:
  Get tests passing.
  

Changed:
  U   zope.app.fssync/branches/jim-hack/buildout.cfg
  U   zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt

-=-
Modified: zope.app.fssync/branches/jim-hack/buildout.cfg
===================================================================
--- zope.app.fssync/branches/jim-hack/buildout.cfg	2009-01-29 17:21:22 UTC (rev 95454)
+++ zope.app.fssync/branches/jim-hack/buildout.cfg	2009-01-29 17:46:46 UTC (rev 95455)
@@ -1,6 +1,7 @@
 [buildout]
 develop = .
 parts = demo test zsync
+find-links = http://download.zope.org/distribution/
 
 [zope3]
 location = .

Modified: zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt
===================================================================
--- zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt	2009-01-29 17:21:22 UTC (rev 95454)
+++ zope.app.fssync/branches/jim-hack/src/zope/app/fssync/security.txt	2009-01-29 17:46:46 UTC (rev 95455)
@@ -110,6 +110,8 @@
     N .../root/
     U .../root/file1.txt
     U .../root/file2.txt
+    N .../@@Zope/Annotations/root/
+    U .../@@Zope/Annotations/root/zope.app.dublincore.ZopeDublinCore
     All done.
 
     >>> localfile1 = os.path.join(checkoutdir, 'root', 'file1.txt')
@@ -123,7 +125,7 @@
     >>> readonly.commit(localfile1)
     Traceback (most recent call last):
     ...
-    Unauthorized: (<zope.app.publisher.browser.viewmeta.SnarfCommit ...>, ...
+    Unauthorized: ...
 
 
 TODO:



More information about the Checkins mailing list