52
52
terms = self.vocabulary.searchForTerms('snark')
53
53
result = [term.value for term in terms]
55
[self.product, self.distribution, self.project_group], result)
55
[self.project_group, self.product, self.distribution], result)
58
58
class TestDistributionOrProductVocabulary(TestCaseWithFactory):