• Arnaud Fontaine's avatar
    ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components'... · 1d7546cb
    Arnaud Fontaine authored
    ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components' (a771dca4) to fix tests bootstrap.
    
    The new syntax to load ZODB Tests Components is:
    runUnitTest BT_TITLE:TEST_NAME
    
    That commit was too adhoc as it was relying upon filesystem to load Tests
    Components and was not behaving like any other Components (versions was not
    available and other Components were not importable).
    
    At the end, it would have meant that a Test Component ran through runUnitTest
    and Live Tests (in ERP5 itself) would have behaved differently, thus instead:
    
    1/ Install BT_TITLE dependencies and its test dependencies (new bt property to
       specify bt to be installed only for tests on a fresh instance).
    2/ The site is loaded.
    3/ Load the test by importing it like any other Components.
    1d7546cb
change_log 693 Bytes
2013-09-08 arnaud.fontaine
* ZODB Components: Revert 'Allow to execute runUnitTest for bt5 Test Components' to fix tests bootstrap.

2013-09-03 arnaud.fontaine
* ZODB Components: Workflow History must always be kept, so avoid an extra step for developers.

2013-08-28 arnaud.fontaine
* ZODB Components: Migrate Documents, Extensions and Tests.

2013-06-18 arnaud.fontaine
* message_attribute_does_not_match was incorrectly renamed to message_attribute_match when migrating StringAttributeMatch constraint from filesystem to ZODB. Also, use message_attribute_not_match instead of message_attribute_does_not_match to follow ERP5 naming convention.

2012/07/03 Gabriel Monnerat
* Initial version.