From 6556107064cde01a219ad2a25585dd212fb5d784 Mon Sep 17 00:00:00 2001 From: Andy LoPresto Date: Tue, 7 Mar 2017 16:58:47 -0800 Subject: [PATCH] NIFI-3483 Added import statement to resolve failing tests. --- .../coordination/http/StandardHttpResponseMapperSpec.groovy | 2 ++ 1 file changed, 2 insertions(+) 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 5075f7b524af..23bf2ca68379 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 {