1695
1698
"""Fail if path does not contain 'content'."""
1696
1699
self.failUnlessExists(path)
1697
1700
# TODO: jam 20060427 Shouldn't this be 'rb'?
1700
1708
def failUnlessExists(self, path):
1701
1709
"""Fail unless path, which may be abs or relative, exists."""