diff --git a/integration/mediation-tests/tests-mediator-2/src/test/java/org/wso2/carbon/esb/mediator/test/fastXslt/FastXSLTTransformFileFromLocalFileUsingSample8TestCase.java b/integration/mediation-tests/tests-mediator-2/src/test/java/org/wso2/carbon/esb/mediator/test/fastXslt/FastXSLTTransformFileFromLocalFileUsingSample8TestCase.java index 51a9d530b8..c3e6fe3084 100644 --- a/integration/mediation-tests/tests-mediator-2/src/test/java/org/wso2/carbon/esb/mediator/test/fastXslt/FastXSLTTransformFileFromLocalFileUsingSample8TestCase.java +++ b/integration/mediation-tests/tests-mediator-2/src/test/java/org/wso2/carbon/esb/mediator/test/fastXslt/FastXSLTTransformFileFromLocalFileUsingSample8TestCase.java @@ -36,8 +36,8 @@ public void uploadSynapseConfig() throws Exception { super.init(); } - @Test(groups = { - "wso2.esb"}, description = "Test for local entry XSLT file refer from File System by FastXSLT - Sample 8") + @Test(groups = {"wso2.esb"}, + description = "Test for local entry XSLT file refer from File System by FastXSLT - Sample 8") public void testLocalEntryFastXSLTFileFromLocalFile() throws Exception { OMElement response = axis2Client.sendCustomQuoteRequest(getProxyServiceURLHttp("FastXSLTTransformFileFromLocalFileProxy"), getBackEndServiceUrl(ESBTestConstant.SIMPLE_STOCK_QUOTE_SERVICE), "WSO2");