I am trying to write some TCK test cases for a new provider and I keep hitting an error at ScmTestCase.assertFile(). As far as I can see, this method asserts that the contents of a file equals the file's name (?). And ScmTckTestCase is using this method in setUp() to assert on '/pom.xml' whose content will definitely not match the filename.
Is my understanding wrong? What should I do to get rid of this error?