~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to tests/store/base.py

  • Committer: Thomas HervĂ©
  • Date: 2009-11-25 16:40:39 UTC
  • mto: This revision was merged to the branch mainline in revision 343.
  • Revision ID: thomas@canonical.com-20091125164039-13mu3wd9cfoxt4u1
Typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
4977
4977
 
4978
4978
    def test_primary_key_reference(self):
4979
4979
        """
4980
 
        When an object reference another one using its primary key, it
 
4980
        When an object references another one using its primary key, it
4981
4981
        correctly checks for the invalidated state after the store has been
4982
4982
        committed, detecting if the referenced object has been removed behind
4983
4983
        its back.