Repository: incubator-slider Updated Branches: refs/heads/develop aaeac3196 -> 6016efc77
Correct typo in method name Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/6016efc7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/6016efc7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/6016efc7 Branch: refs/heads/develop Commit: 6016efc77661ac87d192c0a0db93cc637555a10c Parents: aaeac31 Author: tedyu <[email protected]> Authored: Fri Jan 9 15:01:06 2015 -0800 Committer: tedyu <[email protected]> Committed: Fri Jan 9 15:01:06 2015 -0800 ---------------------------------------------------------------------- .../test/groovy/org/apache/slider/test/SliderTestUtils.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6016efc7/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy b/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy index fca1128..2257ffa 100644 --- a/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/test/SliderTestUtils.groovy @@ -505,7 +505,7 @@ class SliderTestUtils extends Assert { def body = get.responseBodyAsString - uprateFaults("GET", url, resultCode, body) + updateFaults("GET", url, resultCode, body) return body; } @@ -516,7 +516,7 @@ class SliderTestUtils extends Assert { * @param resultCode result code * @param body any body */ - public static void uprateFaults( + public static void updateFaults( String verb, String url, int resultCode,
