Repository: nifi Updated Branches: refs/heads/master 01979aebe -> 1376e5fbd
NIFI-3483 Added import statement to resolve failing tests. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/1376e5fb Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/1376e5fb Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/1376e5fb Branch: refs/heads/master Commit: 1376e5fbd0cd5187ec319ab5ddf4f8e9e9f7297b Parents: 01979ae Author: Andy LoPresto <[email protected]> Authored: Tue Mar 7 16:58:47 2017 -0800 Committer: Aldrin Piri <[email protected]> Committed: Tue Mar 7 20:07:59 2017 -0500 ---------------------------------------------------------------------- .../coordination/http/StandardHttpResponseMapperSpec.groovy | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/1376e5fb/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/StandardHttpResponseMapperSpec.groovy ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/StandardHttpResponseMapperSpec.groovy b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/StandardHttpResponseMapperSpec.groovy index 5075f7b..23bf2ca 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/StandardHttpResponseMapperSpec.groovy +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/src/test/java/org/apache/nifi/cluster/coordination/http/StandardHttpResponseMapperSpec.groovy @@ -41,6 +41,8 @@ import org.codehaus.jackson.xc.JaxbAnnotationIntrospector import spock.lang.Specification import spock.lang.Unroll +import java.text.NumberFormat + @Unroll class StandardHttpResponseMapperSpec extends Specification {
