summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/itest/atom/src
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 17:31:56 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 17:31:56 +0000
commitdccb1854e37de871fa794c0dbd1106b139e1f61d (patch)
treef45c29b419a8cddb3e7e4324c867ededb22440ca /branches/sca-java-1.x/itest/atom/src
parenta305c4e05282d9e7709775d93aef17e0841d2971 (diff)
Minor cleanup on the atom iTest to remove debug purpose code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/itest/atom/src')
-rw-r--r--branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java b/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
index 1a732018bb..9e1b9bdcec 100644
--- a/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
+++ b/branches/sca-java-1.x/itest/atom/src/test/java/test/abdera/NewsServiceTestCase.java
@@ -49,7 +49,7 @@ public class NewsServiceTestCase {
@Test
public void testPing() throws Exception {
new Socket("127.0.0.1", 8085);
- System.in.read();
+ //System.in.read();
}
@Test