/hg/icedtea-web: Removed verbosal check in test

Jie Kang jkang at redhat.com
Fri May 22 17:50:52 UTC 2015



----- Original Message -----
> changeset 8dfdb835ad87 in /hg/icedtea-web
> details:
> http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=8dfdb835ad87
> author: Jiri Vanek <jvanek at redhat.com>
> date: Fri May 22 19:34:22 2015 +0200
> 
> 	Removed verbosal check in test
> 
> 
> diffstat:
> 
>  tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java
>  |  2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diffs (12 lines):
> 
> diff -r 3616eafbedc0 -r 8dfdb835ad87
> tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java
> ---
> a/tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java
> 	Fri May 22 19:31:12 2015 +0200
> +++
> b/tests/netx/unit/net/sourceforge/jnlp/config/DeploymentConfigurationTest.java
> 	Fri May 22 19:34:22 2015 +0200
> @@ -156,7 +156,7 @@
>              //insert some salt to check if it really iterates
>              FileUtils.saveFile(s + "\n#id" + x + "id", f);
>          }
> -        System.out.println(s);
> +        //System.out.println(s);
>      }

Hello,

I think it makes more sense to remove the line completely rather than just commenting it out.


Regards,

>  
>  }
> 

-- 

Jie Kang

Java Team - Software Engineering Intern


More information about the distro-pkg-dev mailing list