Author: veithen
Date: Tue Nov 11 13:08:17 2008
New Revision: 713170
URL: http://svn.apache.org/viewvc?rev=713170&view=rev
Log:
Transport test kit: Added review comment.
Modified:
webservices/commons/trunk/modules/transport/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/endpoint/AxisTestEndpoint.java
Modified:
webservices/commons/trunk/modules/transport/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/endpoint/AxisTestEndpoint.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/endpoint/AxisTestEndpoint.java?rev=713170&r1=713169&r2=713170&view=diff
==============================================================================
---
webservices/commons/trunk/modules/transport/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/endpoint/AxisTestEndpoint.java
(original)
+++
webservices/commons/trunk/modules/transport/modules/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/endpoint/AxisTestEndpoint.java
Tue Nov 11 13:08:17 2008
@@ -84,6 +84,8 @@
}
// Output service parameters to log file
+ // FIXME: This actually doesn't give the expected result because the
AxisTestEndpoint might be reused
+ // by several test cases and in that case the log file is only
produced once
List<Parameter> params = (List<Parameter>)service.getParameters();
if (!params.isEmpty()) {
PrintWriter log = new
PrintWriter(logManager.createLog("service-parameters"), false);