Author: ningjiang
Date: Thu Aug 26 03:01:44 2010
New Revision: 989435
URL: http://svn.apache.org/viewvc?rev=989435&view=rev
Log:
Merged revisions 989434 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r989434 | ningjiang | 2010-08-26 10:54:37 +0800 (Thu, 26 Aug 2010) | 1 line
CXF-2957 removed the System.out from the system test
........
Modified:
cxf/branches/2.2.x-fixes/ (props changed)
cxf/branches/2.2.x-fixes/rt/databinding/xmlbeans/src/test/java/org/apache/cxf/xmlbeans/GreeterMineImpl.java
cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/PutLastTradePriceImpl.java
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Aug 26 03:01:44 2010
@@ -1 +1 @@
-/cxf/trunk:989123
+/cxf/trunk:989123,989434
Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.2.x-fixes/rt/databinding/xmlbeans/src/test/java/org/apache/cxf/xmlbeans/GreeterMineImpl.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/databinding/xmlbeans/src/test/java/org/apache/cxf/xmlbeans/GreeterMineImpl.java?rev=989435&r1=989434&r2=989435&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/rt/databinding/xmlbeans/src/test/java/org/apache/cxf/xmlbeans/GreeterMineImpl.java
(original)
+++
cxf/branches/2.2.x-fixes/rt/databinding/xmlbeans/src/test/java/org/apache/cxf/xmlbeans/GreeterMineImpl.java
Thu Aug 26 03:01:44 2010
@@ -40,9 +40,7 @@ public class GreeterMineImpl implements
}
*/
public void sayHi2(SayHi2MessageDocument in) {
- System.out.println("****** Executing the operation sayHi2 *****");
- in.dump();
-
+ /*System.out.println("****** Executing the operation sayHi2 *****");*/
}
Modified:
cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/PutLastTradePriceImpl.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/PutLastTradePriceImpl.java?rev=989435&r1=989434&r2=989435&view=diff
==============================================================================
---
cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/PutLastTradePriceImpl.java
(original)
+++
cxf/branches/2.2.x-fixes/systests/databinding/src/test/java/org/apache/cxf/systest/xmlbeans/PutLastTradePriceImpl.java
Thu Aug 26 03:01:44 2010
@@ -53,8 +53,8 @@ public class PutLastTradePriceImpl imple
public void
putLastTradedPrice(org.apache.cxf.xmlbeans.docLitBare.types.InDocument body) {
- System.out.println("Get the last trade price "
- + body.getIn().getTickerPrice() + ", " +
body.getIn().getTickerSymbol());
+ /*System.out.println("Get the last trade price "
+ + body.getIn().getTickerPrice() + ", " +
body.getIn().getTickerSymbol());*/
}