You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/08/21 08:31:05 UTC

svn commit: r433170 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java

Author: chinthaka
Date: Sun Aug 20 23:31:04 2006
New Revision: 433170

URL: http://svn.apache.org/viewvc?rev=433170&view=rev
Log:
No System.out statements in tests please. Ruchith, you wanna fix this?

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java?rev=433170&r1=433169&r2=433170&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java Sun Aug 20 23:31:04 2006
@@ -69,7 +69,7 @@
 		ByteArrayOutputStream baos = new ByteArrayOutputStream();
 		try {
 			elem.serialize(baos);
-			System.out.println(new String(baos.toByteArray()));
+//			System.out.println(new String(baos.toByteArray()));
 			//TODO TEMPORARY: remove this
 		} catch (Exception e) {
 			e.printStackTrace();



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org


Re: svn commit: r433170 - /webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java

Posted by Ruchith Fernando <ru...@gmail.com>.
On 8/21/06, chinthaka@apache.org <ch...@apache.org> wrote:
> Author: chinthaka
> Date: Sun Aug 20 23:31:04 2006
> New Revision: 433170
>
> URL: http://svn.apache.org/viewvc?rev=433170&view=rev
> Log:
> No System.out statements in tests please. Ruchith, you wanna fix this?

Fixed in svn revision: 433203

Thanks,
Ruchith


>
> Modified:
>     webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java
>
> Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java
> URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java?rev=433170&r1=433169&r2=433170&view=diff
> ==============================================================================
> --- webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java (original)
> +++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/om/impl/dom/ElementImplTest.java Sun Aug 20 23:31:04 2006
> @@ -69,7 +69,7 @@
>                 ByteArrayOutputStream baos = new ByteArrayOutputStream();
>                 try {
>                         elem.serialize(baos);
> -                       System.out.println(new String(baos.toByteArray()));
> +//                     System.out.println(new String(baos.toByteArray()));
>                         //TODO TEMPORARY: remove this
>                 } catch (Exception e) {
>                         e.printStackTrace();
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: commons-dev-help@ws.apache.org
>
>


-- 
www.ruchith.org

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: commons-dev-help@ws.apache.org