Skip to content

Commit

Permalink
Delete unused method.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 189065642
  • Loading branch information
cgrushko authored and Copybara-Service committed Mar 14, 2018
1 parent c0aca06 commit 7af95a1
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2590,15 +2590,6 @@ protected void checkInfoplistAndInfoplistsTogether(RuleType ruleType) throws Exc
.contains(getSourceArtifact("x/c.plist").getExecPathString());
}

protected void checkBundleMergeInputContainsPlMergeOutput(RuleType ruleType) throws Exception {
ruleType.scratchTarget(scratch, INFOPLIST_ATTR, RuleType.OMIT_REQUIRED_ATTR);

Artifact mergedPlist = getMergedInfoPlist(getConfiguredTarget("//x:x"));
CommandAction mergeAction = (CommandAction) getGeneratingAction(mergedPlist);

assertThat(bundleMergeAction("//x:x").getInputs()).containsAllIn(mergeAction.getOutputs());
}

/**
* Computes expected variable substitutions for "x" with full bundle name.
*/
Expand Down

0 comments on commit 7af95a1

Please sign in to comment.