Skip to content

Commit

Permalink
Update Test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuGayan committed Apr 26, 2023
1 parent 2dbe606 commit 2c23947
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 2c23947

Please sign in to comment.