Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for includedSymlink (1.16 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/snapshot/impl/DirectorySnapshotterTest.groovy

            relativePaths == ["included", "included/text.txt", "includedSymlink", "includedSymlink/included.txt", "includedSymlink/symlinkedFile.txt"]
            SnapshotVisitorUtil.getAbsolutePaths(snapshot) == relativePaths.collect { new File(rootDir, it).absolutePath }
            unfilteredSubsnapshots*.absolutePath == absolutePathsFor(rootDir,
                "includedSymlink/included.txt",
                "includedSymlink/symlinkedFile.txt",
                "included")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 23.6K bytes
    - Viewed (0)
Back to top