Changeset 25

Show
Ignore:
Timestamp:
08/12/05 22:56:07 (6 years ago)
Author:
mj
Message:

Missed one more place; so also run zope itself to test. Basically I need functional tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/chronolog/keys/configure.zcml

    r21 r25  
    22   xmlns="http://namespaces.zope.org/zope"> 
    33    
     4<!-- simple key domain --> 
    45<localUtility class=".simpledomain.SimpleKeyDomain"> 
    56  <implements 
     
    1718 
    1819<adapter 
    19     for=".simpledomain.ILocalTimeLogKeyDomain" 
     20    for=".simpledomain.IContainerTimeLogKeyDomain" 
    2021    provides="zope.app.container.interfaces.INameChooser" 
    2122    factory="..common.IdAttributeNameChooser"