Home | History | Annotate | Download | only in test

Lines Matching full:sub2

854         #         SUB2/             a file kid and a dirsymlink kid
867 sub2_path = join(self.walk_path, "SUB2")
917 # We can't know which order SUB1 and SUB2 will appear in.
918 # Not flipped: TESTFN, SUB1, SUB11, SUB2
919 # flipped: TESTFN, SUB2, SUB1, SUB11
924 self.assertEqual(all[0], (self.walk_path, ["SUB1", "SUB2"], ["tmp1"]))
943 (str(walk_path), ["SUB2"], ["tmp1"]))
957 # We can't know which order SUB1 and SUB2 will appear in.
958 # Not flipped: SUB11, SUB1, SUB2, TESTFN
959 # flipped: SUB2, SUB11, SUB1, TESTFN
965 (self.walk_path, ["SUB1", "SUB2"], ["tmp1"]))