Home | History | Annotate | Download | only in test

Lines Matching refs:member

138     # test link members each point to a regular member whose data is
229 # Skip the first member and store values from the second member
239 # Open the testtar and seek to the offset of the second member.
249 # Test if the tarfile starts with the second member.
269 # Test old style dirtype member (bug #1336623):
370 f = self.tar.extractfile(tarinfos[0]) # read the first member
804 # Create a tarfile with an empty member named path
1052 member = tar.next()
1053 self.assertIsNotNone(member,
1054 "unable to read longname member")
1055 self.assertEqual(tarinfo.name, member.name,
1056 "unable to read longname member")
1057 self.assertEqual(tarinfo.linkname, member.linkname,
1058 "unable to read longname member")