168
168
t = self.make_branch_and_tree('.')
169
169
matcher = HasPathRelations(t, [("a", "b")])
170
self.assertEqual("HasPathRelations(%r, %r)" % (t, [('a', 'b')]), str(matcher))
171
(t, [('a', 'b')]), str(matcher))
173
174
t = self.make_branch_and_tree('.')
174
175
self.build_tree(['a', 'b/', 'b/c'])
176
177
self.assertThat(t, HasPathRelations(t,
183
184
t = self.make_branch_and_tree('.')