~jerith/entropy-store/arbitrary-object-id

« back to all changes in this revision

Viewing changes to entropy/test/test_store.py

  • Committer: Tristan Seligmann
  • Date: 2010-10-19 03:21:05 UTC
  • Revision ID: mithrandi@mithrandi.net-20101019032105-3vpdn3tcfit1j3af
Reformat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
        self.testObject = self.store.findUnique(ImmutableObject)
130
130
 
131
131
        self.contentStore2 = ContentStore(store=self.store)
 
132
        self.contentStore3 = ContentStore(store=self.store)
132
133
 
133
134
 
134
135
    def test_getSiblingExists(self):