Repository: cxf
Updated Branches:
  refs/heads/2.7.x-fixes 172a57287 -> 8e1ef5227


Minor fix to clean up println code


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8e1ef522
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8e1ef522
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8e1ef522

Branch: refs/heads/2.7.x-fixes
Commit: 8e1ef522721f1b5a316ae150b836d7983dac7e6b
Parents: 172a572
Author: Jim Ma <[email protected]>
Authored: Thu Mar 6 21:49:58 2014 +0800
Committer: Jim Ma <[email protected]>
Committed: Thu Mar 6 21:50:31 2014 +0800

----------------------------------------------------------------------
 .../java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8e1ef522/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java
----------------------------------------------------------------------
diff --git 
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java
 
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java
index a1c4f28..797da87 100644
--- 
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java
+++ 
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/schemaimport/SchemaImportTest.java
@@ -38,7 +38,6 @@ public class SchemaImportTest extends 
AbstractBusClientServerTestBase {
     @Test
     public void testImportSchema() throws Exception {
         String schemaURL = "http://localhost:"; + PORT + "/schemaimport/sayHi" 
+ "?xsd=sayhi/sayhi/sayhi-schema1.xsd";
-        System.out.println(schemaURL);
         URL url = new URL(schemaURL);
         InputStream ins = null;
         try {

Reply via email to