BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBin.getCanonicalPath())).build(); | BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBin.toRealPath().toString())).build(); | yooserBin.getCanonicalPath() | yooserBin.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBin.getCanonicalPath())).setSections(STR1,STR2).build(); | BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBin.toRealPath().toString())).setSections(STR1,STR2).build(); | yooserBin.getCanonicalPath() | yooserBin.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
assertEquals(ldc.getCanonicalPath(),toolPath(dBuckConfig.getDCompiler())); | assertEquals(ldc.toRealPath().toString(),toolPath(dBuckConfig.getDCompiler())); | ldc.getCanonicalPath() | ldc.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.getCanonicalPath())).setSections(STR1,STR2 + ldc.getCanonicalPath()).build(); | BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.toRealPath().toString())).setSections(STR1,STR2 + ldc.toRealPath()).build(); | yooserBeen.getCanonicalPath() | yooserBeen.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
assertEquals(dmd.getCanonicalPath(),toolPath(dBuckConfig.getDCompiler())); | assertEquals(dmd.toRealPath().toString(),toolPath(dBuckConfig.getDCompiler())); | dmd.getCanonicalPath() | dmd.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |
BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.getCanonicalPath())).build(); | BuckConfig delegate=FakeBuckConfig.builder().setEnvironment(ImmutableMap.of(STR0,yooserBeen.toRealPath().toString())).build(); | yooserBeen.getCanonicalPath() | yooserBeen.toRealPath().toString() | buck | 661486f09e05531e1fa2310a9b356c59bab8f00d | com.facebook.buck.d.DBuckConfigTest | | | | | | Uses | True |