Changeset 672

Show
Ignore:
Timestamp:
03/07/07 16:12:33 (2 years ago)
Author:
thomase
Message:

Install ATVocabularyManager during tests, since we're now dependent on it for PleiadesEntity install.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesEntity/trunk/tests/test_docfiles.py

    r581 r672  
    1313PloneTestCase.installProduct('PleiadesGeocoder') 
    1414PloneTestCase.installProduct('PleiadesOpenLayers') 
     15PloneTestCase.installProduct('ATVocabularyManager') 
    1516PloneTestCase.installProduct(PRODUCT_NAME) 
    16 PloneTestCase.setupPloneSite(products=[PRODUCT_NAME]) 
     17PloneTestCase.setupPloneSite(products=['ATVocabularyManager', PRODUCT_NAME]) 
    1718 
    1819REQUIRE_TESTBROWSER = ['PublishGeoEntity.txt']