Skip to content

Commit 1b89f00

Browse files
authored
Update WebserviceUnitTest.groovy
1 parent 6906430 commit 1b89f00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core-groovy-2/src/test/groovy/com/baeldung/webservice/WebserviceUnitTest.groovy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class WebserviceUnitTest extends GroovyTestCase {
7575
assert stories.size() == 5
7676
}
7777

78+
/* see BAEL-3753
7879
void test_whenConsumingSoap_thenReceiveResponse() {
7980
def url = "http://www.dataaccess.com/webservicesserver/numberconversion.wso"
8081
def soapClient = new SOAPClient(url)
@@ -89,6 +90,7 @@ class WebserviceUnitTest extends GroovyTestCase {
8990
def words = response.NumberToWordsResponse
9091
assert words == "one thousand two hundred and thirty four "
9192
}
93+
*/
9294

9395
void test_whenConsumingRestGet_thenReceiveResponse() {
9496
def path = "/get"
@@ -149,4 +151,4 @@ class WebserviceUnitTest extends GroovyTestCase {
149151
assert e?.response?.statusCode != 200
150152
}
151153
}
152-
}
154+
}

0 commit comments

Comments
 (0)